dubious fix?

This commit is contained in:
Henry Jameson 2026-08-28 19:33:48 +03:00
commit 08b06e7c01

View file

@ -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() {