fix flush marker not resetting

This commit is contained in:
Henry Jameson 2026-08-21 16:12:28 +03:00
commit c5f7b5df19

View file

@ -158,6 +158,7 @@ export const useTimelinesStore = defineStore('timelines', {
timeline.newStatusCount = 0
timeline.maxId = ''
timeline.minId = ''
timeline.flushMarker = 0
},
activatePersistents() {
TIMELINES.forEach((name) => {