mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 05:04:57 +08:00
Remove redundant setting of readMarkerEventId
This commit is contained in:
parent
249e42747b
commit
9c9dc84f45
@ -417,9 +417,10 @@ var TimelinePanel = React.createClass({
|
||||
} else if(lastEv && this.getReadMarkerPosition() === 0) {
|
||||
// we know we're stuckAtBottom, so we can advance the RM
|
||||
// immediately, to save a later render cycle
|
||||
|
||||
// This call will setState with readMarkerEventId = lastEv.getId()
|
||||
this._setReadMarker(lastEv.getId(), lastEv.getTs(), true);
|
||||
updatedState.readMarkerVisible = false;
|
||||
updatedState.readMarkerEventId = lastEv.getId();
|
||||
callback = this.props.onReadMarkerUpdated;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user