mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-25 14:51:31 -07:00
Make autoAcceptFollowed default
This commit is contained in:
parent
9a1f83e948
commit
f6b4ca900c
1 changed files with 1 additions and 0 deletions
|
@ -108,6 +108,7 @@ export default async (ctx: Koa.Context) => {
|
|||
token: secret,
|
||||
password: hash,
|
||||
isAdmin: config.autoAdmin && usersCount === 0,
|
||||
autoAcceptFollowed: true,
|
||||
profile: {
|
||||
bio: null,
|
||||
birthday: null,
|
||||
|
|
Loading…
Reference in a new issue