also put read marker past (like RR) invisible events

pull/21833/head
Bruno Windels 2019-07-17 10:15:09 +02:00
parent 2471f92331
commit 741ae9957b
1 changed files with 1 additions and 0 deletions

View File

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