You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
Room List should ignore paginated events
This commit is contained in:
@@ -59,6 +59,7 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
onRoomTimeline: function(ev, room, toStartOfTimeline) {
|
onRoomTimeline: function(ev, room, toStartOfTimeline) {
|
||||||
|
if (toStartOfTimeline) return;
|
||||||
if (room.roomId == this.props.selectedRoom) return;
|
if (room.roomId == this.props.selectedRoom) return;
|
||||||
if (ev.getSender() == MatrixClientPeg.get().credentials.userId) return;
|
if (ev.getSender() == MatrixClientPeg.get().credentials.userId) return;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user