diff --git a/ui/modules/Linphone/Chat/FileMessage.qml b/ui/modules/Linphone/Chat/FileMessage.qml index 043fd6245..bed16152c 100644 --- a/ui/modules/Linphone/Chat/FileMessage.qml +++ b/ui/modules/Linphone/Chat/FileMessage.qml @@ -26,7 +26,7 @@ Row { height: ChatStyle.entry.message.incoming.avatarSize width: ChatStyle.entry.message.incoming.avatarSize - image: chat.sipAddressObserver.contact ? chat.sipAddressObserver.contact.avatar : '' + image: chat.sipAddressObserver.contact ? chat.sipAddressObserver.contact.vcard.avatar : '' username: LinphoneUtils.getContactUsername(chat.sipAddressObserver) } }