From 741ae9957bbc334cdc62d2da7e6e8ea7fd9c0faa Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Wed, 17 Jul 2019 10:15:09 +0200 Subject: [PATCH] also put read marker past (like RR) invisible events --- src/components/structures/TimelinePanel.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/structures/TimelinePanel.js b/src/components/structures/TimelinePanel.js index 6eb1599147..7f18589ba0 100644 --- a/src/components/structures/TimelinePanel.js +++ b/src/components/structures/TimelinePanel.js @@ -747,6 +747,7 @@ const TimelinePanel = React.createClass({ const lastDisplayedIndex = this._getLastDisplayedEventIndex({ allowPartial: true, ignoreEchoes: true, + allowEventsWithoutTiles: true, }); if (lastDisplayedIndex === null) {