diff --git a/src/components/timeline/timeline.js b/src/components/timeline/timeline.js index 2153afc44..e2bcfcf7e 100644 --- a/src/components/timeline/timeline.js +++ b/src/components/timeline/timeline.js @@ -313,6 +313,9 @@ const Timeline = { }, }, watch: { + filteredVisibleStatuses() { + this.determineVisibleStatuses() + }, newStatusCount(count) { if (!useMergedConfigStore().mergedConfig.streaming) { return