disable status badge strip in admin-user and instance-info
This commit is contained in:
parent
f303cb1171
commit
979c7628b1
9 changed files with 211 additions and 9 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue