mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-11 06:47:01 +00:00
Fixed showing wrong ensname on one2one chat profile modal. Fixes #1810
This commit is contained in:
parent
58e9584984
commit
aca6d4bd2e
@ -42,7 +42,9 @@ Rectangle {
|
||||
break;
|
||||
case Constants.chatTypeOneToOne:
|
||||
const profileImage = appMain.getProfileImage(chatsModel.activeChannel.id)
|
||||
openProfilePopup(chatsModel.activeChannel.name, chatsModel.activeChannel.id, profileImage || chatsModel.activeChannel.identicon, "", chatsModel.activeChannel.nickname)
|
||||
openProfilePopup(chatsModel.userNameOrAlias(chatsModel.activeChannel.id),
|
||||
chatsModel.activeChannel.id, profileImage || chatsModel.activeChannel.identicon,
|
||||
"", chatsModel.activeChannel.nickname)
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user