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) => {