Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #4755 from matrix-org/jryans/send-read-marker-immed
Browse files Browse the repository at this point in the history
Send read marker updates immediately after moving visually
  • Loading branch information
jryans authored Jun 12, 2020
2 parents ec48c76 + 39c28e2 commit de003bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/structures/TimelinePanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -798,6 +798,9 @@ const TimelinePanel = createReactClass({
readMarkerVisible: false,
});
}

// Send the updated read marker (along with read receipt) to the server
this.sendReadReceipt();
},


Expand Down

0 comments on commit de003bc

Please sign in to comment.