Make autoAcceptFollowed default
This commit is contained in:
@ -108,6 +108,7 @@ export default async (ctx: Koa.Context) => {
|
|||||||
token: secret,
|
token: secret,
|
||||||
password: hash,
|
password: hash,
|
||||||
isAdmin: config.autoAdmin && usersCount === 0,
|
isAdmin: config.autoAdmin && usersCount === 0,
|
||||||
|
autoAcceptFollowed: true,
|
||||||
profile: {
|
profile: {
|
||||||
bio: null,
|
bio: null,
|
||||||
birthday: null,
|
birthday: null,
|
||||||
|
Reference in New Issue
Block a user