mirror of https://github.com/vector-im/riot-web
Merge remote-tracking branch 'origin/develop' into develop
commit
ef2f13e45c
|
@ -95,7 +95,7 @@ class FlairStore extends EventEmitter {
|
|||
// Return silently to avoid spamming for non-supporting servers
|
||||
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;
|
||||
}).finally(() => {
|
||||
delete this._usersInFlight[userId];
|
||||
|
|
Loading…
Reference in New Issue