mirror of https://github.com/vector-im/riot-web
Room List should ignore paginated events
parent
dd0d6159ce
commit
30a9436485
|
@ -59,6 +59,7 @@ module.exports = {
|
|||
},
|
||||
|
||||
onRoomTimeline: function(ev, room, toStartOfTimeline) {
|
||||
if (toStartOfTimeline) return;
|
||||
if (room.roomId == this.props.selectedRoom) return;
|
||||
if (ev.getSender() == MatrixClientPeg.get().credentials.userId) return;
|
||||
|
||||
|
|
Loading…
Reference in New Issue