fixed locked users
This commit is contained in:
parent
1d95c43eca
commit
7e507b142b
1 changed files with 1 additions and 1 deletions
|
|
@ -302,7 +302,7 @@ const api = {
|
||||||
// Follow requests
|
// Follow requests
|
||||||
startFetchingFollowRequests(store) {
|
startFetchingFollowRequests(store) {
|
||||||
if (store.state.fetchers.followRequests) return
|
if (store.state.fetchers.followRequests) return
|
||||||
const fetcher = followRequestFetcher.startFetchingFollowRequests({
|
const fetcher = followRequestFetcher.startFetching({
|
||||||
store,
|
store,
|
||||||
credentials: useOAuthStore().token,
|
credentials: useOAuthStore().token,
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue