1
0

Merge branch 'develop' into feature/2024.9.0

This commit is contained in:
Hazelnoot
2024-10-13 11:35:10 -04:00
6 changed files with 37 additions and 7 deletions
+1
View File
@@ -4808,6 +4808,7 @@ export type components = {
/** Format: date-time */
latestRequestReceivedAt: string | null;
isNSFW: boolean;
rejectReports: boolean;
moderationNote?: string | null;
};
GalleryPost: {