Commit df7d663b authored by Lynesth's avatar Lynesth Committed by JC Brand

Force avatar refetch if new hash received

Fixes #1334
parent 7e370c1b
...@@ -1153,7 +1153,7 @@ converse.plugins.add('converse-muc', { ...@@ -1153,7 +1153,7 @@ converse.plugins.add('converse-muc', {
_.forEach(_.filter(vcards, undefined), (vcard) => { _.forEach(_.filter(vcards, undefined), (vcard) => {
if (hash && vcard.get('image_hash') !== hash) { if (hash && vcard.get('image_hash') !== hash) {
_converse.api.vcard.update(vcard); _converse.api.vcard.update(vcard, true);
} }
}); });
}, },
......
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