fix admin store
This commit is contained in:
parent
82d6b66386
commit
ae36bcbb4e
1 changed files with 1 additions and 1 deletions
|
|
@ -430,7 +430,7 @@ export const useAdminSettingsStore = defineStore('adminSettings', {
|
|||
})
|
||||
|
||||
resultUserIds.data.forEach((userId) => {
|
||||
useStatusesStore().wipeUserStatuses(status.user.id)
|
||||
useStatusesStore().wipeUserStatuses(userId)
|
||||
// Users are technically never deleted, just deactivated
|
||||
// so there's no real need to delete them from store.
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue