undo debug

This commit is contained in:
Henry Jameson 2026-08-31 19:15:55 +03:00
commit 36cb7c1aa4

View file

@ -679,10 +679,10 @@ export const useUsersStore = defineStore('users', {
useListsStore().startFetching()
useBookmarkFoldersStore().startFetching()
// if (user.locked) {
dispatch('startFetchingFollowRequests')
useFollowRequestsStore().startFetching()
// }
if (user.locked) {
dispatch('startFetchingFollowRequests')
useFollowRequestsStore().startFetching()
}
if (useMergedConfigStore().mergedConfig.useStreamingApi) {
useStreamingStore().initSocket(true)
@ -726,9 +726,9 @@ export const useUsersStore = defineStore('users', {
useListsStore().stopFetching()
useBookmarkFoldersStore().stopFetching()
useChatsStore().stopFetching()
// if (this.currentUser.locked) {
useFollowRequestsStore().stopFetching()
// }
if (this.currentUser.locked) {
useFollowRequestsStore().stopFetching()
}
store?.dispatch('stopFetchingFollowRequests')