Merge pull request #1801 from matrix-org/luke/perf-room-list

Improve room list performance when receiving messages
This commit is contained in:
Luke Barnard
2018-03-15 13:33:19 +00:00
committed by GitHub
4 changed files with 78 additions and 22 deletions

View File

@@ -624,6 +624,7 @@ var TimelinePanel = React.createClass({
this.props.timelineSet.room.setUnreadNotificationCount('highlight', 0);
dis.dispatch({
action: 'on_room_read',
roomId: this.props.timelineSet.room.roomId,
});
}
}