diff --git a/src/stores/FlairStore.js b/src/stores/FlairStore.js index 5d3a43b222..4ef29ae4e1 100644 --- a/src/stores/FlairStore.js +++ b/src/stores/FlairStore.js @@ -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];