fix bugs, and handle shortcircuit react when updating roomtile
This commit is contained in:
parent
062963b32f
commit
c1c3956df4
3 changed files with 49 additions and 26 deletions
|
@ -523,9 +523,7 @@ var TimelinePanel = React.createClass({
|
|||
this.props.timelineSet.room.setUnreadNotificationCount('highlight', 0);
|
||||
dis.dispatch({
|
||||
action: 'on_room_read',
|
||||
payload: {
|
||||
room: this.props.timelineSet.room
|
||||
}
|
||||
room: this.props.timelineSet.room,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue