From 7116881b963aad281d6c01777bdf46f03a619396 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Mon, 18 May 2026 23:05:36 +0300 Subject: [PATCH] fix virtual scrolling showing nothing when clicking "show new" with too many statuses --- src/components/timeline/timeline.js | 3 +++ 1 file changed, 3 insertions(+) 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