add missing rejectReports field to show-instance response
This commit is contained in:
@@ -4772,6 +4772,7 @@ export type components = {
|
||||
/** Format: date-time */
|
||||
latestRequestReceivedAt: string | null;
|
||||
isNSFW: boolean;
|
||||
rejectReports: boolean;
|
||||
moderationNote?: string | null;
|
||||
};
|
||||
GalleryPost: {
|
||||
@@ -15366,6 +15367,10 @@ export type operations = {
|
||||
untilId?: string;
|
||||
/** @default 10 */
|
||||
limit?: number;
|
||||
/** @default false */
|
||||
includeFollower?: boolean;
|
||||
/** @default true */
|
||||
includeFollowee?: boolean;
|
||||
};
|
||||
};
|
||||
};
|
||||
@@ -15425,6 +15430,10 @@ export type operations = {
|
||||
untilId?: string;
|
||||
/** @default 10 */
|
||||
limit?: number;
|
||||
/** @default false */
|
||||
includeFollower?: boolean;
|
||||
/** @default true */
|
||||
includeFollowee?: boolean;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user