Skip to content

Commit

Permalink
update: types
Browse files Browse the repository at this point in the history
  • Loading branch information
hideki0403 committed Mar 1, 2024
1 parent e7764e6 commit 91d8d03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/misskey-js/src/autogen/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5113,6 +5113,7 @@ export type operations = {
tosUrl: string | null;
uri: string;
version: string;
blockMentionsFromUnfamiliarRemoteUsers: boolean;
};
};
};
Expand Down Expand Up @@ -9081,6 +9082,7 @@ export type operations = {
disableEntranceFeatureTimeline?: boolean;
enableAgeRestriction?: boolean;
ageRestrictionThreshold?: number;
blockMentionsFromUnfamiliarRemoteUsers?: boolean;
silencedHosts?: string[] | null;
};
};
Expand Down

0 comments on commit 91d8d03

Please sign in to comment.