mirror of
https://git.boykissers.com/pawkey/pawkey-sk.git
synced 2025-12-20 04:04:16 +00:00
disable status badge strip in admin-user and instance-info
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user