diff --git a/src/stores/fetchers/timeline_fetcher.js b/src/stores/fetchers/timeline_fetcher.js index bc8664dbd..83b1c3b9a 100644 --- a/src/stores/fetchers/timeline_fetcher.js +++ b/src/stores/fetchers/timeline_fetcher.js @@ -47,6 +47,7 @@ const timelineFetcher = (timeline, argument, credentials) => { const numStatusesBeforeFetch = timeline.statusIds.size + if (bottomedOut.value) return return fetchTimeline(args) .then(({ data: statuses, pagination, timestamp }) => { if (!older && statuses.length >= 20 && numStatusesBeforeFetch > 0) {