enhance: プロキシアカウントであることを表示するように

This commit is contained in:
kakkokari-gtyih 2024-10-28 15:51:38 +09:00
parent b1073714ba
commit a7ddf6aed2
5 changed files with 13 additions and 0 deletions

View file

@ -3736,6 +3736,7 @@ export type components = {
}[];
isBot?: boolean;
isCat?: boolean;
isProxy?: boolean;
requireSigninToViewContents?: boolean;
makeNotesFollowersOnlyBefore?: number | null;
makeNotesHiddenBefore?: number | null;