mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-17 17:19:02 +00:00
parent
c1a6e57ca6
commit
9d4fa890b4
@ -85,6 +85,9 @@ proc handleChatEvents(self: ChatController) =
|
||||
# Do not add community chats to the normal chat list
|
||||
elif channel.chat.chatType != ChatType.Profile and channel.chat.chatType != status_chat.ChatType.CommunityChat:
|
||||
discard self.view.channelView.chats.addChatItemToList(channel.chat)
|
||||
|
||||
if channel.chat.chatType == status_chat.ChatType.CommunityChat:
|
||||
self.view.communities.updateCommunityChat(channel.chat)
|
||||
self.view.asyncMessageLoad(channel.chat.id)
|
||||
|
||||
self.status.events.on("chatsLoaded") do(e:Args):
|
||||
|
Loading…
x
Reference in New Issue
Block a user