From 7e507b142bf7c269b951734b74d63a7f1455bca9 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Wed, 1 Jul 2026 15:03:30 +0300 Subject: [PATCH] fixed locked users --- src/modules/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/api.js b/src/modules/api.js index 72d7fb4d7..232d1776d 100644 --- a/src/modules/api.js +++ b/src/modules/api.js @@ -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, })