1
0
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:
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) {