[fedi] toot as admin only

This commit is contained in:
les
2019-09-26 22:46:04 +02:00
parent a4837daa18
commit 848d7b4da4
6 changed files with 32 additions and 10 deletions

View File

@@ -45,7 +45,7 @@ module.exports = {
await db.user.create({
email: admin.email,
password: admin.password,
username: admin.email,
username: config.title.toLowerCase().replace(/ /g, ''),
display_name: config.title,
is_admin: true,
is_active: true