Skip to content

Commit

Permalink
Merge branch 'develop' into feat-12997
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkokari-gtyih authored Oct 1, 2024
2 parents e419de7 + e9519b0 commit ecbe20b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/misskey-js/src/autogen/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5179,6 +5179,8 @@ export type operations = {
urlPreviewRequireContentLength: boolean;
urlPreviewUserAgent: string | null;
urlPreviewSummaryProxyUrl: string | null;
federation: string;
federationHosts: string[];
};
};
};
Expand Down Expand Up @@ -9431,6 +9433,9 @@ export type operations = {
urlPreviewRequireContentLength?: boolean;
urlPreviewUserAgent?: string | null;
urlPreviewSummaryProxyUrl?: string | null;
/** @enum {string} */
federation?: 'all' | 'none' | 'specified';
federationHosts?: string[];
};
};
};
Expand Down

0 comments on commit ecbe20b

Please sign in to comment.