1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-17 17:42:41 +03:00

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

View File

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