null checks on room in onRoomTimeline
This commit is contained in:
parent
4aef352a5c
commit
f4d939da81
2 changed files with 3 additions and 1 deletions
|
@ -340,6 +340,7 @@ module.exports = React.createClass({
|
|||
if (this.unmounted) return;
|
||||
|
||||
// ignore events for other rooms
|
||||
if (!room) return;
|
||||
if (!this.state.room || room.roomId != this.state.room.roomId) return;
|
||||
|
||||
// ignore events from filtered timelines
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue