diff --git a/ui/app/AppLayouts/Chat/components/ChatContextMenu.qml b/ui/app/AppLayouts/Chat/components/ChatContextMenu.qml index 20ec6f5f52..06dc849c04 100644 --- a/ui/app/AppLayouts/Chat/components/ChatContextMenu.qml +++ b/ui/app/AppLayouts/Chat/components/ChatContextMenu.qml @@ -34,9 +34,11 @@ StatusPopupMenu { if (chatItem.chatType === Constants.chatTypeOneToOne) { const userProfileImage = appMain.getProfileImage(chatItem.id) return openProfilePopup( - chatItem.name, - chatItem.id, - userProfileImage || chatItem.identicon + chatItem.name, + chatItem.id, + userProfileImage || chatItem.identicon, + "", + chatItem.name ) } if (chatItem.chatType === Constants.chatTypePrivateGroupChat) {