You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-24 06:02:08 +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) {
|
_onRoomTimeline(ev, room, toStartOfTimeline, removed, data) {
|
||||||
if (!room) return;
|
if (!room) return;
|
||||||
|
if (removed) return;
|
||||||
if (room.roomId != this.room.roomId) return;
|
if (room.roomId != this.room.roomId) return;
|
||||||
|
|
||||||
// ignore events from filtered timelines
|
// ignore events from filtered timelines
|
||||||
|
Reference in New Issue
Block a user