From 164b84feb870b79dd40db106e36ad5b1a929d26f Mon Sep 17 00:00:00 2001 From: Jonathan Rainville Date: Wed, 2 Aug 2023 13:58:52 -0400 Subject: [PATCH] fix(RootStore): onCallbackFromAuthentication was moved to communities module --- ui/app/AppLayouts/Chat/stores/RootStore.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/AppLayouts/Chat/stores/RootStore.qml b/ui/app/AppLayouts/Chat/stores/RootStore.qml index bcf093cdda..d0f33b66ec 100644 --- a/ui/app/AppLayouts/Chat/stores/RootStore.qml +++ b/ui/app/AppLayouts/Chat/stores/RootStore.qml @@ -675,7 +675,7 @@ QtObject { property var authenticationCallbacks: [] readonly property Connections chatCommunitySectionModuleConnections: Connections { - target: chatCommunitySectionModule + target: communitiesModuleInst function onCallbackFromAuthentication(authenticated: bool) { _d.authenticationCallbacks.forEach((callback) => { if(!!callback)