fix: Share community link is gone

- pass the correct community ID

Fixes #16637
This commit is contained in:
Lukáš Tinkl 2024-10-29 10:52:47 +01:00 committed by Lukáš Tinkl
parent fe9fa7d086
commit ab92672deb
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ StatusStackModal {
ProfilePopupInviteFriendsPanel {
rootStore: root.rootStore
contactsStore: root.contactsStore
communityId: root.communityId
communityId: root.community.id
onPubKeysChanged: root.pubKeys = pubKeys
},