Page MenuHomePhorge

No OneTemporary

Size
731 B
Referenced Files
None
Subscribers
None
diff --git a/src/components/timeline/timeline.js b/src/components/timeline/timeline.js
index 9a6d75c8af..872f612162 100644
--- a/src/components/timeline/timeline.js
+++ b/src/components/timeline/timeline.js
@@ -107,7 +107,7 @@ const Timeline = {
const statusesPerSide = Math.ceil(Math.max(3, window.innerHeight / 80))
const min = Math.max(0, this.virtualScrollIndex - statusesPerSide)
const max = Math.min(amount, this.virtualScrollIndex + statusesPerSide)
- return new Set(this.timeline.order.slice(min, max))
+ return new Set(this.filteredVisibleStatuses.slice(min, max).map(({id}) => id))
},
virtualScrollingEnabled() {
return useMergedConfigStore().mergedConfig.virtualScrolling

File Metadata

Mime Type
text/x-diff
Expires
Sat, Aug 29, 10:58 AM (1 d, 22 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1737026
Default Alt Text
(731 B)

Event Timeline