mirror of https://github.com/vector-im/riot-web
also put read marker past (like RR) invisible events
parent
2471f92331
commit
741ae9957b
|
@ -747,6 +747,7 @@ const TimelinePanel = React.createClass({
|
|||
const lastDisplayedIndex = this._getLastDisplayedEventIndex({
|
||||
allowPartial: true,
|
||||
ignoreEchoes: true,
|
||||
allowEventsWithoutTiles: true,
|
||||
});
|
||||
|
||||
if (lastDisplayedIndex === null) {
|
||||
|
|
Loading…
Reference in New Issue