Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F85651024
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
518 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/src/components/conversation/conversation.js b/src/components/conversation/conversation.js
index 8fd39aa1dc..234c8308c8 100644
--- a/src/components/conversation/conversation.js
+++ b/src/components/conversation/conversation.js
@@ -185,6 +185,7 @@ const conversation = {
return [...conversation.keys()]
.map((k) => useStatusesStore().allStatuses.get(k))
+ .filter((status) => status.type != 'repeat') // Old backend behavior?
.toSorted(sortById)
},
statusMap() {
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sun, Aug 30, 10:17 AM (1 d, 21 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1737907
Default Alt Text
(518 B)
Attached To
Mode
rPUFE pleroma-fe-upstream
Attached
Detach File
Event Timeline
Log In to Comment