Fix FlairStore cache busting
This commit is contained in:
parent
61a6f140f5
commit
d5908fbc1e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue