fix: fix access to root store property for user online status
There seems to have been a confusion in how the store is named.
This commit is contained in:
parent
a7753e27a7
commit
18518607c7
|
@ -186,7 +186,7 @@ StatusAppThreePanelLayout {
|
||||||
community: root.rootStore.chatsModelInst.communities.activeCommunity
|
community: root.rootStore.chatsModelInst.communities.activeCommunity
|
||||||
currentUserName: Utils.removeStatusEns(root.rootStore.profileModelInst.ens.preferredUsername
|
currentUserName: Utils.removeStatusEns(root.rootStore.profileModelInst.ens.preferredUsername
|
||||||
|| root.rootStore.profileModelInst.profile.username)
|
|| root.rootStore.profileModelInst.profile.username)
|
||||||
currentUserOnline: root.store.userProfileInst.userStatus
|
currentUserOnline: root.rootStore.userProfileInst.userStatus
|
||||||
contactsList: root.rootStore.allContacts
|
contactsList: root.rootStore.allContacts
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue