Fix FlairStore cache busting
This commit is contained in:
@@ -182,7 +182,7 @@ class FlairStore extends EventEmitter {
|
|||||||
this.emit('updateGroupProfile');
|
this.emit('updateGroupProfile');
|
||||||
|
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
this.refreshGroupProfile(groupId);
|
this.refreshGroupProfile(matrixClient, groupId);
|
||||||
}, GROUP_PROFILES_CACHE_BUST_MS);
|
}, GROUP_PROFILES_CACHE_BUST_MS);
|
||||||
|
|
||||||
return this._groupProfiles[groupId];
|
return this._groupProfiles[groupId];
|
||||||
|
|||||||
Reference in New Issue
Block a user