This commit is contained in:
syuilo
2018-10-13 20:11:00 +09:00
parent 10e59957d1
commit 65e5cfa68e
8 changed files with 109 additions and 82 deletions

View File

@ -65,6 +65,16 @@ type IUserBase = {
*/
isLocked: boolean;
/**
* Botか否か
*/
isBot: boolean;
/**
* Botからのフォローを承認制にするか
*/
carefulBot: boolean;
/**
* このアカウントに届いているフォローリクエストの数
*/
@ -94,7 +104,6 @@ export interface ILocalUser extends IUserBase {
tags: string[];
};
lastUsedAt: Date;
isBot: boolean;
isCat: boolean;
isAdmin?: boolean;
isVerified?: boolean;