mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 20:38:55 +03:00
Ignore removed events
This commit is contained in:
parent
ee43c635d1
commit
3b58f0ca2a
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ export default class UserProvider extends AutocompleteProvider {
|
|||
|
||||
_onRoomTimeline(ev, room, toStartOfTimeline, removed, data) {
|
||||
if (!room) return;
|
||||
if (removed) return;
|
||||
if (room.roomId != this.room.roomId) return;
|
||||
|
||||
// ignore events from filtered timelines
|
||||
|
|
Loading…
Reference in a new issue