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({
|
const lastDisplayedIndex = this._getLastDisplayedEventIndex({
|
||||||
allowPartial: true,
|
allowPartial: true,
|
||||||
ignoreEchoes: true,
|
ignoreEchoes: true,
|
||||||
|
allowEventsWithoutTiles: true,
|
||||||
});
|
});
|
||||||
|
|
||||||
if (lastDisplayedIndex === null) {
|
if (lastDisplayedIndex === null) {
|
||||||
|
|
Loading…
Reference in New Issue