Fix Flair not appearing due to missing this._usersInFlight

pull/21833/head
Luke Barnard 2017-11-03 18:19:10 +00:00
parent abff4ee6b5
commit d64fc4c842
1 changed files with 3 additions and 0 deletions

View File

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