* ✌️

* ✌️

* Update privacy.vue
This commit is contained in:
syuilo
2020-12-11 21:16:20 +09:00
committed by GitHub
parent 488e6feed9
commit 69c3c4e3dc
13 changed files with 52 additions and 4 deletions

View File

@ -34,6 +34,7 @@ export async function createSystemUser(username: string) {
token: secret,
isAdmin: false,
isLocked: true,
isExplorable: false,
isBot: true,
}));