フォローしているユーザーからのフォローを自動承認するオプション (#3780)

This commit is contained in:
MeiMei
2018-12-28 21:36:58 +09:00
committed by syuilo
parent 65a82f32be
commit 8823a6c1a1
5 changed files with 35 additions and 3 deletions

View File

@ -69,6 +69,11 @@ type IUserBase = {
*/
carefulBot: boolean;
/**
* フォローしているユーザーからのフォローリクエストを自動承認するか
*/
autoAcceptFollowed: boolean;
/**
* このアカウントに届いているフォローリクエストの数
*/