add check
This commit is contained in:
parent
6e04b28b71
commit
da53e35817
1 changed files with 3 additions and 1 deletions
|
|
@ -788,7 +788,9 @@ export const useUsersStore = defineStore('users', {
|
|||
useListsStore().startFetching()
|
||||
useBookmarkFoldersStore().startFetching()
|
||||
useChatsStore().startFetching()
|
||||
useFollowRequestsStore().startFetching()
|
||||
if (user.locked) {
|
||||
useFollowRequestsStore().startFetching()
|
||||
}
|
||||
})
|
||||
.finally(() => {
|
||||
useNotificationsStore().resume()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue