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