forciblyFollowedUsers に変更

This commit is contained in:
kakkokari-gtyih 2024-10-18 16:47:06 +09:00
parent 4a21edacde
commit 52ee21b2ee
12 changed files with 27 additions and 27 deletions

View file

@ -5121,7 +5121,7 @@ export type operations = {
mediaSilencedHosts: string[];
pinnedUsers: string[];
defaultFollowedUsers: string[];
permanentFollowedUsers: string[];
forciblyFollowedUsers: string[];
hiddenTags: string[];
blockedHosts: string[];
sensitiveWords: string[];
@ -9462,7 +9462,7 @@ export type operations = {
disableRegistration?: boolean | null;
pinnedUsers?: string[] | null;
defaultFollowedUsers?: string[] | null;
permanentFollowedUsers?: string[] | null;
forciblyFollowedUsers?: string[] | null;
hiddenTags?: string[] | null;
blockedHosts?: string[] | null;
sensitiveWords?: string[] | null;