mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-11 07:06:31 +02:00
Ignore removed events
This commit is contained in:
parent
ee43c635d1
commit
3b58f0ca2a
@ -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…
x
Reference in New Issue
Block a user