feat: ロールによるコンテンツの操作の制限 (#120)
This commit is contained in:
@@ -2770,6 +2770,7 @@ type UserDetailed = UserLite & {
|
||||
isModerator: boolean;
|
||||
isMuted: boolean;
|
||||
isSilenced: boolean;
|
||||
isLimited: boolean;
|
||||
isSuspended: boolean;
|
||||
lang: string | null;
|
||||
lastFetchedAt?: DateString;
|
||||
|
Reference in New Issue
Block a user