Fixed an issue that doesn't update one2one chatview name when unassign nickname from the contact. Fixes #1840

This commit is contained in:
ace-smart 2021-02-12 23:40:11 +04:00 committed by Iuri Matias
parent 3fef5c7a69
commit 3420593774
1 changed files with 1 additions and 1 deletions

View File

@ -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