Fix follower request fetching
This commit is contained in:
parent
f052ac4a1e
commit
8080981fcd
4 changed files with 4 additions and 3 deletions
|
@ -16,7 +16,7 @@ const backendInteractorService = credentials => ({
|
|||
return notificationsFetcher.fetchAndUpdate({ store, credentials })
|
||||
},
|
||||
|
||||
startFetchingFollowRequest ({ store }) {
|
||||
startFetchingFollowRequests ({ store }) {
|
||||
return followRequestFetcher.startFetching({ store, credentials })
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue