You've already forked matrix-react-sdk
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:
@@ -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();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user