Fixed an issue that doesn't update one2one chatview name when unassign nickname from the contact. Fixes #1840
This commit is contained in:
parent
3fef5c7a69
commit
3420593774
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue