Fix follower request fetching
This commit is contained in:
parent
f052ac4a1e
commit
8080981fcd
4 changed files with 4 additions and 3 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue