You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-19 20:23:18 +03:00
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