diff --git a/ui/app/AppLayouts/Chat/ChatLayout.qml b/ui/app/AppLayouts/Chat/ChatLayout.qml index 11f314e08f..376d67885f 100644 --- a/ui/app/AppLayouts/Chat/ChatLayout.qml +++ b/ui/app/AppLayouts/Chat/ChatLayout.qml @@ -186,7 +186,7 @@ StatusAppThreePanelLayout { community: root.rootStore.chatsModelInst.communities.activeCommunity currentUserName: Utils.removeStatusEns(root.rootStore.profileModelInst.ens.preferredUsername || root.rootStore.profileModelInst.profile.username) - currentUserOnline: root.store.userProfileInst.userStatus + currentUserOnline: root.rootStore.userProfileInst.userStatus contactsList: root.rootStore.allContacts } }