mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-09-10 12:03:18 +02:00
chatview: update image uri for contact avatar
Gitlab: #1267 Change-Id: I651232cbbf68997f8111c9374486bde4bd8ceeef
This commit is contained in:
parent
76fcd5f910
commit
01cbcbbb2c
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ void
|
|||
AvatarRegistry::onProfileUpdated(const QString& uri)
|
||||
{
|
||||
auto& convInfo = lrcInstance_->getConversationFromPeerUri(uri);
|
||||
addOrUpdateImage(uri);
|
||||
if (convInfo.uid.isEmpty())
|
||||
return;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue