dubious fix?
This commit is contained in:
parent
b124d2b8ea
commit
08b06e7c01
1 changed files with 1 additions and 0 deletions
|
|
@ -185,6 +185,7 @@ const conversation = {
|
||||||
|
|
||||||
return [...conversation.keys()]
|
return [...conversation.keys()]
|
||||||
.map((k) => useStatusesStore().allStatuses.get(k))
|
.map((k) => useStatusesStore().allStatuses.get(k))
|
||||||
|
.filter((status) => status.type != 'repeat') // Old backend behavior?
|
||||||
.toSorted(sortById)
|
.toSorted(sortById)
|
||||||
},
|
},
|
||||||
statusMap() {
|
statusMap() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue