Check room ID matches
parent
67824e9acc
commit
a2943ac348
|
@ -512,7 +512,9 @@ var TimelinePanel = React.createClass({
|
||||||
// TODO: We should restrict this to only events in our timeline,
|
// TODO: We should restrict this to only events in our timeline,
|
||||||
// but possibly the event tile itself should just update when this
|
// but possibly the event tile itself should just update when this
|
||||||
// happens to save us re-rendering the whole timeline.
|
// happens to save us re-rendering the whole timeline.
|
||||||
this.forceUpdate();
|
if (ev.getRoomId() === this.props.timelineSet.room.roomId) {
|
||||||
|
this.forceUpdate();
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
onSync: function(state, prevState, data) {
|
onSync: function(state, prevState, data) {
|
||||||
|
|
Loading…
Reference in New Issue