You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
also put read marker past (like RR) invisible events
This commit is contained in:
@ -747,6 +747,7 @@ const TimelinePanel = React.createClass({
|
||||
const lastDisplayedIndex = this._getLastDisplayedEventIndex({
|
||||
allowPartial: true,
|
||||
ignoreEchoes: true,
|
||||
allowEventsWithoutTiles: true,
|
||||
});
|
||||
|
||||
if (lastDisplayedIndex === null) {
|
||||
|
Reference in New Issue
Block a user