Commit cdfff23c authored by Ronan Abhamon's avatar Ronan Abhamon

fix(FileMessage): show avatar if possible

parent 97a100c7
...@@ -26,7 +26,7 @@ Row { ...@@ -26,7 +26,7 @@ Row {
height: ChatStyle.entry.message.incoming.avatarSize height: ChatStyle.entry.message.incoming.avatarSize
width: 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) username: LinphoneUtils.getContactUsername(chat.sipAddressObserver)
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment