remove unnecessary fetchAndUpdate, change notifications fetcher to not double fetch

This commit is contained in:
Shpuld Shpuldson 2020-07-01 14:15:04 +03:00
parent 82944f862d
commit 62d0bc47b3
4 changed files with 5 additions and 14 deletions

View file

@ -12,10 +12,6 @@ const backendInteractorService = credentials => ({
return notificationsFetcher.startFetching({ store, credentials })
},
fetchAndUpdateNotifications ({ store }) {
return notificationsFetcher.fetchAndUpdate({ store, credentials })
},
startFetchingFollowRequests ({ store }) {
return followRequestFetcher.startFetching({ store, credentials })
},