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