mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-21 06:21:03 +02:00
Fix Flair not appearing due to missing this._usersInFlight
This commit is contained in:
parent
abff4ee6b5
commit
d64fc4c842
@ -48,6 +48,9 @@ class FlairStore extends EventEmitter {
|
|||||||
// reject: () => {}
|
// reject: () => {}
|
||||||
// }
|
// }
|
||||||
};
|
};
|
||||||
|
this._usersInFlight = {
|
||||||
|
// see _usersPending
|
||||||
|
};
|
||||||
|
|
||||||
this._debounceTimeoutID = null;
|
this._debounceTimeoutID = null;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user