also put read marker past (like RR) invisible events

This commit is contained in:
Bruno Windels 2019-07-17 10:15:09 +02:00
parent 2471f92331
commit 741ae9957b

View file

@ -747,6 +747,7 @@ const TimelinePanel = React.createClass({
const lastDisplayedIndex = this._getLastDisplayedEventIndex({
allowPartial: true,
ignoreEchoes: true,
allowEventsWithoutTiles: true,
});
if (lastDisplayedIndex === null) {