From ab92672deb07f2d5197c5082c63e2fab1ebf663f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Tinkl?= Date: Tue, 29 Oct 2024 10:52:47 +0100 Subject: [PATCH] fix: Share community link is gone - pass the correct community ID Fixes #16637 --- .../Communities/popups/InviteFriendsToCommunityPopup.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/AppLayouts/Communities/popups/InviteFriendsToCommunityPopup.qml b/ui/app/AppLayouts/Communities/popups/InviteFriendsToCommunityPopup.qml index f997c308e0..9304811106 100644 --- a/ui/app/AppLayouts/Communities/popups/InviteFriendsToCommunityPopup.qml +++ b/ui/app/AppLayouts/Communities/popups/InviteFriendsToCommunityPopup.qml @@ -96,7 +96,7 @@ StatusStackModal { ProfilePopupInviteFriendsPanel { rootStore: root.rootStore contactsStore: root.contactsStore - communityId: root.communityId + communityId: root.community.id onPubKeysChanged: root.pubKeys = pubKeys },