diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2020-11-10 14:28:10 +0200 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2020-11-10 14:28:10 +0200 |
| commit | 1d2ba946b6b81dc225d0eec21548a737ca2fac5e (patch) | |
| tree | 972293acde8a588ee920466ddb1a79ed20671e10 /src/services/timeline_fetcher/timeline_fetcher.service.js | |
| parent | d150dae5d156416351312f25b06de0013ee0a95d (diff) | |
make notifications also use the popup errors, remove all error from status/notif state
Diffstat (limited to 'src/services/timeline_fetcher/timeline_fetcher.service.js')
| -rw-r--r-- | src/services/timeline_fetcher/timeline_fetcher.service.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/services/timeline_fetcher/timeline_fetcher.service.js b/src/services/timeline_fetcher/timeline_fetcher.service.js index 0fdc579d..921df3ed 100644 --- a/src/services/timeline_fetcher/timeline_fetcher.service.js +++ b/src/services/timeline_fetcher/timeline_fetcher.service.js @@ -6,9 +6,6 @@ import { promiseInterval } from '../promise_interval/promise_interval.js' const update = ({ store, statuses, timeline, showImmediately, userId, pagination }) => { const ccTimeline = camelCase(timeline) - store.dispatch('setError', { value: false }) - store.dispatch('setErrorData', { value: null }) - store.dispatch('addNewStatuses', { timeline: ccTimeline, userId, |
