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:
J. Ryan Stinnett 2020-06-12 15:38:08 +01:00 committed by GitHub
commit de003bc78f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -798,6 +798,9 @@ const TimelinePanel = createReactClass({
readMarkerVisible: false,
});
}
// Send the updated read marker (along with read receipt) to the server
this.sendReadReceipt();
},