mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-07 12:17:38 +00:00
fix: leave channel
This commit is contained in:
parent
b412a56577
commit
68047eb8fd
@ -61,6 +61,7 @@ QtObject:
|
||||
notify = activeChannelChanged
|
||||
|
||||
proc setActiveChannel*(self: ChatsView, channel: string) =
|
||||
if(channel == ""): return
|
||||
self.activeChannel.setChatItem(self.chats.getChannel(self.chats.chats.findById(channel)))
|
||||
self.activeChannelChanged()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user