mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 19:56:45 +02:00
delete the rest too
This commit is contained in:
parent
27df6ae6e1
commit
80d6629c3e
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user