mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-28 18:01:46 +02:00
Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
ef2f13e45c
@ -95,7 +95,7 @@ class FlairStore extends EventEmitter {
|
|||||||
// Return silently to avoid spamming for non-supporting servers
|
// Return silently to avoid spamming for non-supporting servers
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
console.error('Could not get groups for user', this.props.userId, err);
|
console.error('Could not get groups for user', userId, err);
|
||||||
throw err;
|
throw err;
|
||||||
}).finally(() => {
|
}).finally(() => {
|
||||||
delete this._usersInFlight[userId];
|
delete this._usersInFlight[userId];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user