You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-12-01 09:58:03 +03:00
also put read marker past (like RR) invisible events
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user