fix reprööts display
This commit is contained in:
parent
8e63f189fc
commit
590ca6fb6f
1 changed files with 1 additions and 1 deletions
|
|
@ -347,7 +347,7 @@ export const useTimelinesStore = defineStore('timelines', {
|
||||||
// If it's the only reprööt then we've never seen post before
|
// If it's the only reprööt then we've never seen post before
|
||||||
if (knownRepeats.size === 1) return false
|
if (knownRepeats.size === 1) return false
|
||||||
// If we're working on oldest known reprööt then we've never seen it before
|
// If we're working on oldest known reprööt then we've never seen it before
|
||||||
return first(knownRepeats) !== statusId
|
return knownRepeats.values().next().value !== statusId
|
||||||
},
|
},
|
||||||
|
|
||||||
// Poll & Push
|
// Poll & Push
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue