enhance: improve moderation log
This commit is contained in:
parent
ee44f35fea
commit
bd19d75c9c
7 changed files with 28 additions and 1 deletions
|
|
@ -73,6 +73,7 @@ export const moderationLogTypes = [
|
|||
'unsuspendRemoteInstance',
|
||||
'markSensitiveDriveFile',
|
||||
'unmarkSensitiveDriveFile',
|
||||
'resolveAbuseReport',
|
||||
] as const;
|
||||
|
||||
export type ModerationLogPayloads = {
|
||||
|
|
@ -210,4 +211,9 @@ export type ModerationLogPayloads = {
|
|||
fileUserUsername: string | null;
|
||||
fileUserHost: string | null;
|
||||
};
|
||||
resolveAbuseReport: {
|
||||
reportId: string;
|
||||
report: any;
|
||||
forwarded: boolean;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue