Fix FlairStore cache busting

pull/21833/head
Luke Barnard 2018-03-01 15:06:05 +00:00
parent 61a6f140f5
commit d5908fbc1e
1 changed files with 1 additions and 1 deletions

View File

@ -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];