Merge pull request #1619 from matrix-org/rav/fix_flairstore
Flairstore: Fix broken referencepull/21833/head
						commit
						d222992bef
					
				|  | @ -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
	
	 Luke Barnard
						Luke Barnard