fix(RootStore): onCallbackFromAuthentication was moved to communities module
This commit is contained in:
parent
f85986bfb0
commit
164b84feb8
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue