fix(RootStore): onCallbackFromAuthentication was moved to communities module

This commit is contained in:
Jonathan Rainville 2023-08-02 13:58:52 -04:00
parent f85986bfb0
commit 164b84feb8
1 changed files with 1 additions and 1 deletions

View File

@ -675,7 +675,7 @@ QtObject {
property var authenticationCallbacks: [] property var authenticationCallbacks: []
readonly property Connections chatCommunitySectionModuleConnections: Connections { readonly property Connections chatCommunitySectionModuleConnections: Connections {
target: chatCommunitySectionModule target: communitiesModuleInst
function onCallbackFromAuthentication(authenticated: bool) { function onCallbackFromAuthentication(authenticated: bool) {
_d.authenticationCallbacks.forEach((callback) => { _d.authenticationCallbacks.forEach((callback) => {
if(!!callback) if(!!callback)