Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F85649378
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
731 B
Referenced Files
None
Subscribers
None
View Options
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
Details
Attached
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)
Attached To
Mode
rPUFE pleroma-fe-upstream
Attached
Detach File
Event Timeline
Log In to Comment