fix: Share community link is gone
- pass the correct community ID Fixes #16637
This commit is contained in:
parent
fe9fa7d086
commit
ab92672deb
|
@ -96,7 +96,7 @@ StatusStackModal {
|
||||||
ProfilePopupInviteFriendsPanel {
|
ProfilePopupInviteFriendsPanel {
|
||||||
rootStore: root.rootStore
|
rootStore: root.rootStore
|
||||||
contactsStore: root.contactsStore
|
contactsStore: root.contactsStore
|
||||||
communityId: root.communityId
|
communityId: root.community.id
|
||||||
onPubKeysChanged: root.pubKeys = pubKeys
|
onPubKeysChanged: root.pubKeys = pubKeys
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue