fix: leave channel
This commit is contained in:
parent
b412a56577
commit
68047eb8fd
|
@ -61,6 +61,7 @@ QtObject:
|
||||||
notify = activeChannelChanged
|
notify = activeChannelChanged
|
||||||
|
|
||||||
proc setActiveChannel*(self: ChatsView, channel: string) =
|
proc setActiveChannel*(self: ChatsView, channel: string) =
|
||||||
|
if(channel == ""): return
|
||||||
self.activeChannel.setChatItem(self.chats.getChannel(self.chats.chats.findById(channel)))
|
self.activeChannel.setChatItem(self.chats.getChannel(self.chats.chats.findById(channel)))
|
||||||
self.activeChannelChanged()
|
self.activeChannelChanged()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue