diff --git a/packages/misskey-js/src/autogen/types.ts b/packages/misskey-js/src/autogen/types.ts index 719b37c8bf73..b223c645498e 100644 --- a/packages/misskey-js/src/autogen/types.ts +++ b/packages/misskey-js/src/autogen/types.ts @@ -5113,6 +5113,7 @@ export type operations = { tosUrl: string | null; uri: string; version: string; + blockMentionsFromUnfamiliarRemoteUsers: boolean; }; }; }; @@ -9081,6 +9082,7 @@ export type operations = { disableEntranceFeatureTimeline?: boolean; enableAgeRestriction?: boolean; ageRestrictionThreshold?: number; + blockMentionsFromUnfamiliarRemoteUsers?: boolean; silencedHosts?: string[] | null; }; };