Merge branch 'develop' into feature/2024.9.0

This commit is contained in:
Hazelnoot 2024-10-13 11:35:10 -04:00
commit 2cd41228d8
6 changed files with 37 additions and 7 deletions

View file

@ -4808,6 +4808,7 @@ export type components = {
/** Format: date-time */
latestRequestReceivedAt: string | null;
isNSFW: boolean;
rejectReports: boolean;
moderationNote?: string | null;
};
GalleryPost: {