forciblyFollowedUsers に変更
This commit is contained in:
parent
4a21edacde
commit
52ee21b2ee
12 changed files with 27 additions and 27 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue