aboutsummaryrefslogtreecommitdiff
path: root/roomserver/internal/perform/perform_admin.go
diff options
context:
space:
mode:
Diffstat (limited to 'roomserver/internal/perform/perform_admin.go')
-rw-r--r--roomserver/internal/perform/perform_admin.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/roomserver/internal/perform/perform_admin.go b/roomserver/internal/perform/perform_admin.go
index ae203854..1b881723 100644
--- a/roomserver/internal/perform/perform_admin.go
+++ b/roomserver/internal/perform/perform_admin.go
@@ -354,3 +354,7 @@ func (r *Admin) PerformAdminDownloadState(
return nil
}
+
+func (r *Admin) PerformAdminDeleteEventReport(ctx context.Context, reportID uint64) error {
+ return r.DB.AdminDeleteEventReport(ctx, reportID)
+}