1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-10 09:22:25 +03:00

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: () => {} // reject: () => {}
// } // }
}; };
this._usersInFlight = {
// see _usersPending
};
this._debounceTimeoutID = null; this._debounceTimeoutID = null;
} }