This commit is contained in:
syuilo 2018-10-13 20:11:00 +09:00
parent 10e59957d1
commit 65e5cfa68e
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
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;