From de867f92181bec88b9acf7b6f700acda7bbb4ac6 Mon Sep 17 00:00:00 2001 From: Alexandra Betouni <31625338+alexandraB99@users.noreply.github.com> Date: Wed, 3 Nov 2021 23:34:58 +0200 Subject: [PATCH] fix(desktop/chat) image was not displayed in message Closes #3976 --- ui/app/AppLayouts/Chat/views/CompactMessageView.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/AppLayouts/Chat/views/CompactMessageView.qml b/ui/app/AppLayouts/Chat/views/CompactMessageView.qml index 3850d32b7e..142575a367 100644 --- a/ui/app/AppLayouts/Chat/views/CompactMessageView.qml +++ b/ui/app/AppLayouts/Chat/views/CompactMessageView.qml @@ -468,7 +468,7 @@ Item { z: 51 sourceComponent: Component { StatusChatImage { - imageSource: profileImageSource + imageSource: image imageWidth: 200 onClicked: { if (mouse.button === Qt.LeftButton) {