From 3420593774e401d493d4aa4090d84db652789081 Mon Sep 17 00:00:00 2001 From: ace-smart Date: Fri, 12 Feb 2021 23:40:11 +0400 Subject: [PATCH] Fixed an issue that doesn't update one2one chatview name when unassign nickname from the contact. Fixes #1840 --- ui/app/AppLayouts/Chat/ChatColumn/TopBar.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/AppLayouts/Chat/ChatColumn/TopBar.qml b/ui/app/AppLayouts/Chat/ChatColumn/TopBar.qml index 8c53f06d7e..4049ddd30a 100644 --- a/ui/app/AppLayouts/Chat/ChatColumn/TopBar.qml +++ b/ui/app/AppLayouts/Chat/ChatColumn/TopBar.qml @@ -29,7 +29,7 @@ Rectangle { id: chatInfoButton StatusChatInfoButton { chatId: chatsModel.activeChannel.id - chatName: chatsModel.activeChannel.name + chatName: chatsModel.userNameOrAlias(chatsModel.activeChannel.id) chatType: chatsModel.activeChannel.chatType identicon: chatsModel.activeChannel.identicon muted: chatsModel.activeChannel.muted