Merge pull request #4755 from matrix-org/jryans/send-read-marker-immed

Send read marker updates immediately after moving visually
pull/21833/head
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
1 changed files with 3 additions and 0 deletions

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();
},