mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-22 12:03:39 +00:00
Make autoAcceptFollowed default
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user