Skip to content
Snippets Groups Projects
Commit 01cbcbbb authored by Charles-Francis Damedey's avatar Charles-Francis Damedey Committed by Sébastien Blin
Browse files

chatview: update image uri for contact avatar

Gitlab: #1267
Change-Id: I651232cbbf68997f8111c9374486bde4bd8ceeef
parent 76fcd5f9
No related branches found
No related tags found
No related merge requests found
......@@ -77,6 +77,7 @@ void
AvatarRegistry::onProfileUpdated(const QString& uri)
{
auto& convInfo = lrcInstance_->getConversationFromPeerUri(uri);
addOrUpdateImage(uri);
if (convInfo.uid.isEmpty())
return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment