feat(backend): report context, fix deleting reports
This commit is contained in:
parent
bd21eeebcf
commit
546e900204
9 changed files with 133 additions and 3 deletions
|
@ -57,7 +57,7 @@ public record NotificationResponse(
|
|||
|
||||
public record AuditLogEntity(Snowflake Id, string Username);
|
||||
|
||||
public record CreateReportRequest(ReportReason Reason);
|
||||
public record CreateReportRequest(ReportReason Reason, string? Context = null);
|
||||
|
||||
public record IgnoreReportRequest(string? Reason = null);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue