From 590ca6fb6f7afd736e31beafbacce4071f9da467 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Tue, 1 Sep 2026 11:09:22 +0300 Subject: [PATCH] =?UTF-8?q?fix=20repr=C3=B6=C3=B6ts=20display?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/stores/timelines.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stores/timelines.js b/src/stores/timelines.js index 0974e1f00..71ecc73cc 100644 --- a/src/stores/timelines.js +++ b/src/stores/timelines.js @@ -347,7 +347,7 @@ export const useTimelinesStore = defineStore('timelines', { // If it's the only reprööt then we've never seen post before if (knownRepeats.size === 1) return false // 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