add check

This commit is contained in:
Henry Jameson 2026-09-03 23:19:56 +03:00
commit da53e35817

View file

@ -788,7 +788,9 @@ export const useUsersStore = defineStore('users', {
useListsStore().startFetching() useListsStore().startFetching()
useBookmarkFoldersStore().startFetching() useBookmarkFoldersStore().startFetching()
useChatsStore().startFetching() useChatsStore().startFetching()
useFollowRequestsStore().startFetching() if (user.locked) {
useFollowRequestsStore().startFetching()
}
}) })
.finally(() => { .finally(() => {
useNotificationsStore().resume() useNotificationsStore().resume()