From c5f7b5df1912afc85a338b20a3e45f1fe42554e8 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Fri, 21 Aug 2026 16:12:28 +0300 Subject: [PATCH] fix flush marker not resetting --- src/stores/timelines.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/stores/timelines.js b/src/stores/timelines.js index 34fc57f79..ded412d4b 100644 --- a/src/stores/timelines.js +++ b/src/stores/timelines.js @@ -158,6 +158,7 @@ export const useTimelinesStore = defineStore('timelines', { timeline.newStatusCount = 0 timeline.maxId = '' timeline.minId = '' + timeline.flushMarker = 0 }, activatePersistents() { TIMELINES.forEach((name) => {