You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-19 05:22:13 +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({
|
||||
allowPartial: true,
|
||||
ignoreEchoes: true,
|
||||
allowEventsWithoutTiles: true,
|
||||
});
|
||||
|
||||
if (lastDisplayedIndex === null) {
|
||||
|
||||
Reference in New Issue
Block a user