mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-16 16:47:24 +00:00
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: []
|
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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user