fix virtual scrolling showing nothing when clicking "show new" with too many statuses

This commit is contained in:
Henry Jameson 2026-05-18 23:05:36 +03:00
commit 7116881b96

View file

@ -313,6 +313,9 @@ const Timeline = {
},
},
watch: {
filteredVisibleStatuses() {
this.determineVisibleStatuses()
},
newStatusCount(count) {
if (!useMergedConfigStore().mergedConfig.streaming) {
return