delete the rest too

pull/21833/head
Travis Ralston 2020-12-09 18:50:16 -07:00
parent 27df6ae6e1
commit 80d6629c3e
1 changed files with 1 additions and 3 deletions

View File

@ -715,8 +715,6 @@ class TimelinePanel extends React.Component {
}
this.lastRMSentEventId = this.state.readMarkerEventId;
const roomId = this.props.timelineSet.room.roomId;
debuglog('TimelinePanel: Sending Read Markers for ',
this.props.timelineSet.room.roomId,
'rm', this.state.readMarkerEventId,
@ -732,7 +730,7 @@ class TimelinePanel extends React.Component {
if (e.errcode === 'M_UNRECOGNIZED' && lastReadEvent) {
return MatrixClientPeg.get().sendReadReceipt(
lastReadEvent,
{hidden: hiddenRR},
{},
).catch((e) => {
console.error(e);
this.lastRRSentEventId = undefined;