mirror of https://github.com/vector-im/riot-web
Fix FlairStore cache busting
parent
61a6f140f5
commit
d5908fbc1e
|
@ -182,7 +182,7 @@ class FlairStore extends EventEmitter {
|
|||
this.emit('updateGroupProfile');
|
||||
|
||||
setTimeout(() => {
|
||||
this.refreshGroupProfile(groupId);
|
||||
this.refreshGroupProfile(matrixClient, groupId);
|
||||
}, GROUP_PROFILES_CACHE_BUST_MS);
|
||||
|
||||
return this._groupProfiles[groupId];
|
||||
|
|
Loading…
Reference in New Issue