Fix Flair not appearing due to missing this._usersInFlight

This commit is contained in:
Luke Barnard 2017-11-03 18:19:10 +00:00
parent abff4ee6b5
commit d64fc4c842

View file

@ -48,6 +48,9 @@ class FlairStore extends EventEmitter {
// reject: () => {}
// }
};
this._usersInFlight = {
// see _usersPending
};
this._debounceTimeoutID = null;
}