Update to match renamed API
This commit is contained in:
parent
c431c9ab22
commit
81bdfe2126
1 changed files with 1 additions and 1 deletions
|
@ -531,7 +531,7 @@ var TimelinePanel = React.createClass({
|
||||||
this.last_rr_sent_event_id = lastReadEvent.getId();
|
this.last_rr_sent_event_id = lastReadEvent.getId();
|
||||||
this.last_rm_sent_event_id = this.state.readMarkerEventId;
|
this.last_rm_sent_event_id = this.state.readMarkerEventId;
|
||||||
|
|
||||||
MatrixClientPeg.get().setRoomReadMarker(
|
MatrixClientPeg.get().setRoomReadMarkers(
|
||||||
this.props.timelineSet.room.roomId,
|
this.props.timelineSet.room.roomId,
|
||||||
this.state.readMarkerEventId,
|
this.state.readMarkerEventId,
|
||||||
lastReadEvent
|
lastReadEvent
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue