You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-18 09:22:18 +03:00
fix commen
This commit is contained in:
@ -537,7 +537,7 @@ var TimelinePanel = React.createClass({
|
||||
}
|
||||
let lastReadEvent = this.state.events[lastReadEventIndex];
|
||||
shouldSendReadReceipt = shouldSendReadReceipt &&
|
||||
// Only send a RR if the last read Event is ahead in the timeline relative to
|
||||
// Only send a RR if the last read event is ahead in the timeline relative to
|
||||
// the current RR event.
|
||||
lastReadEventIndex > currentReadUpToEventIndex &&
|
||||
// Only send a RR if the last RR set != the one we would send
|
||||
|
Reference in New Issue
Block a user