Fix Flair not appearing due to missing this._usersInFlight
parent
abff4ee6b5
commit
d64fc4c842
|
@ -48,6 +48,9 @@ class FlairStore extends EventEmitter {
|
|||
// reject: () => {}
|
||||
// }
|
||||
};
|
||||
this._usersInFlight = {
|
||||
// see _usersPending
|
||||
};
|
||||
|
||||
this._debounceTimeoutID = null;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue