undo debug
This commit is contained in:
parent
8a743c648c
commit
36cb7c1aa4
1 changed files with 7 additions and 7 deletions
|
|
@ -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')
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue