Fix Flair not appearing due to missing this._usersInFlight
This commit is contained in:
parent
abff4ee6b5
commit
d64fc4c842
1 changed files with 3 additions and 0 deletions
|
@ -48,6 +48,9 @@ class FlairStore extends EventEmitter {
|
||||||
// reject: () => {}
|
// reject: () => {}
|
||||||
// }
|
// }
|
||||||
};
|
};
|
||||||
|
this._usersInFlight = {
|
||||||
|
// see _usersPending
|
||||||
|
};
|
||||||
|
|
||||||
this._debounceTimeoutID = null;
|
this._debounceTimeoutID = null;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue