fixed locked users

This commit is contained in:
Henry Jameson 2026-07-01 15:03:30 +03:00
commit 7e507b142b

View file

@ -302,7 +302,7 @@ const api = {
// Follow requests
startFetchingFollowRequests(store) {
if (store.state.fetchers.followRequests) return
const fetcher = followRequestFetcher.startFetchingFollowRequests({
const fetcher = followRequestFetcher.startFetching({
store,
credentials: useOAuthStore().token,
})