diff --git a/src/app/chat/view.nim b/src/app/chat/view.nim index 8a5ef5ffa4..7c0ae22839 100644 --- a/src/app/chat/view.nim +++ b/src/app/chat/view.nim @@ -295,8 +295,6 @@ QtObject: if(self.activeChannel.id == chat.id): self.activeChannel.setChatItem(chat) self.currentSuggestions.setNewData(self.status.contacts.getContacts()) - if triggerChange: - self.activeChannelChanged() self.calculateUnreadMessages() proc renameGroup*(self: ChatsView, newName: string) {.slot.} =