mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-10 22:56:27 +02:00
==
This commit is contained in:
parent
3b58f0ca2a
commit
6ad4bb80dd
@ -60,7 +60,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;
|
||||
if (room.roomId !== this.room.roomId) return;
|
||||
|
||||
// ignore events from filtered timelines
|
||||
if (data.timeline.getTimelineSet() !== room.getUnfilteredTimelineSet()) return;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user