Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F85648392
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
723 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/src/stores/timelines.js b/src/stores/timelines.js
index bdd49d05c2..26223e69df 100644
--- a/src/stores/timelines.js
+++ b/src/stores/timelines.js
@@ -389,7 +389,10 @@ export const useTimelinesStore = defineStore('timelines', {
const timeline = this[timelineName]
timeline.newStatusCount = 0
- timeline.visibleStatusIds = new Set([...timeline.statusIds])
+ timeline.order = timeline.order.slice(0, 50)
+ timeline.statusIds = new Set([...timeline.order])
+ timeline.visibleStatusIds = new Set([...timeline.order])
+ this.updateTimelineExtremes(timeline)
},
syncOrder(timeline) {
timeline.order = timeline.order.filter((id) => timeline.statusIds.has(id))
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Fri, Aug 28, 10:06 AM (35 m, 9 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1736344
Default Alt Text
(723 B)
Attached To
Mode
rPUFE pleroma-fe-upstream
Attached
Detach File
Event Timeline
Log In to Comment