Fix follower request fetching

This commit is contained in:
lain 2020-01-21 16:51:49 +01:00
parent f052ac4a1e
commit 8080981fcd
4 changed files with 4 additions and 3 deletions

View file

@ -146,6 +146,7 @@ const api = {
startFetchingFollowRequests (store) {
if (store.state.fetchers['followRequests']) return
const fetcher = store.state.backendInteractor.startFetchingFollowRequests({ store })
store.commit('addFetcher', { fetcherName: 'followRequests', fetcher })
},
stopFetchingFollowRequests (store) {