diff --git a/src/app/modules/main/chat_section/module.nim b/src/app/modules/main/chat_section/module.nim index 6d7a942134..9a08bbbb97 100644 --- a/src/app/modules/main/chat_section/module.nim +++ b/src/app/modules/main/chat_section/module.nim @@ -353,7 +353,7 @@ method createOneToOneChat*(self: Module, chatId: string, ensName: string) = return if(self.chatContentModules.hasKey(chatId)): - error "error: one to one chat is already added", chatId + self.setActiveItemSubItem(chatId, "") return self.controller.createOneToOneChat(chatId, ensName)