Merge pull request #4755 from matrix-org/jryans/send-read-marker-immed
Send read marker updates immediately after moving visually
This commit is contained in:
commit
de003bc78f
1 changed files with 3 additions and 0 deletions
|
@ -798,6 +798,9 @@ const TimelinePanel = createReactClass({
|
||||||
readMarkerVisible: false,
|
readMarkerVisible: false,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Send the updated read marker (along with read receipt) to the server
|
||||||
|
this.sendReadReceipt();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue