mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-23 04:50:28 +00:00
fix: unread count
This commit is contained in:
parent
44850c7035
commit
0498613d28
@ -95,6 +95,7 @@ proc handleChatEvents(self: ChatController) =
|
||||
self.status.events.on("channelLeft") do(e: Args):
|
||||
let chatId = ChatIdArg(e).chatId
|
||||
self.view.removeChat(chatId)
|
||||
self.view.calculateUnreadMessages()
|
||||
self.view.removeMessagesFromTimeline(chatId)
|
||||
|
||||
self.status.events.on("activeChannelChanged") do(e: Args):
|
||||
|
Loading…
x
Reference in New Issue
Block a user