mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-06 20:23:08 +00:00
fix(FileMessage): show avatar if possible
This commit is contained in:
parent
97a100c79e
commit
cdfff23c35
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue