From 39d72c5f791d8e38dc9a139bab5d26dcf70110f5 Mon Sep 17 00:00:00 2001 From: staked-smart-ace Date: Wed, 13 Jan 2021 11:42:32 +0400 Subject: [PATCH] Fixes #1604 --- ui/app/AppLayouts/Chat/components/MessageContextMenu.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/AppLayouts/Chat/components/MessageContextMenu.qml b/ui/app/AppLayouts/Chat/components/MessageContextMenu.qml index 586407fd6c..644f25886c 100644 --- a/ui/app/AppLayouts/Chat/components/MessageContextMenu.qml +++ b/ui/app/AppLayouts/Chat/components/MessageContextMenu.qml @@ -115,7 +115,7 @@ PopupMenu { //% "View profile" text: qsTrId("view-profile") onTriggered: { - openProfilePopup(userName, fromAuthor, identicon); + openProfilePopup(userName, fromAuthor, identicon, "", nickname); messageContextMenu.close() } icon.source: "../../../img/profileActive.svg"