Merge branch 'develop' into t3chguy/fix/6606
This commit is contained in:
@@ -65,6 +65,10 @@ class FlairStore extends EventEmitter {
|
||||
delete this._userGroups[userId];
|
||||
}
|
||||
|
||||
cachedPublicisedGroups(userId) {
|
||||
return this._userGroups[userId];
|
||||
}
|
||||
|
||||
getPublicisedGroupsCached(matrixClient, userId) {
|
||||
if (this._userGroups[userId]) {
|
||||
return Promise.resolve(this._userGroups[userId]);
|
||||
|
||||
Reference in New Issue
Block a user