Ignore removed events
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user