1
0

merge: Instance admin UX improvements (!1059)

View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1059

Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Marie <github@yuugi.dev>
This commit is contained in:
Hazelnoot
2025-06-01 17:59:16 +00:00
13 changed files with 649 additions and 237 deletions
+2
View File
@@ -5294,6 +5294,7 @@ export type components = {
rejectReports: boolean;
rejectQuotes: boolean;
moderationNote?: string | null;
isBubbled: boolean;
};
GalleryPost: {
/**
@@ -11209,6 +11210,7 @@ export type operations = {
}]>;
};
isModerator: boolean;
isAdministrator: boolean;
isSystem: boolean;
isSilenced: boolean;
isSuspended: boolean;