diff --git a/src/services/timeline_fetcher/timeline_fetcher.service.js b/src/services/timeline_fetcher/timeline_fetcher.service.js index 3b751255..8bede4e3 100644 --- a/src/services/timeline_fetcher/timeline_fetcher.service.js +++ b/src/services/timeline_fetcher/timeline_fetcher.service.js @@ -87,7 +87,7 @@ const startFetching = ({ timeline = 'friends', credentials, store, userId = fals timelineData.listId = listId fetchAndUpdate({ timeline, credentials, store, showImmediately, userId, listId, tag, params }) const boundFetchAndUpdate = () => - fetchAndUpdate({ timeline, credentials, store, userId, listId, tag }) + fetchAndUpdate({ timeline, credentials, store, userId, listId, tag, params }) return promiseInterval(boundFetchAndUpdate, 20000) } const timelineFetcher = {