diff --git a/clientapi/routing/report_event.go b/clientapi/routing/report_event.go index f4fc73f74..4dc6498d8 100644 --- a/clientapi/routing/report_event.go +++ b/clientapi/routing/report_event.go @@ -78,8 +78,6 @@ func ReportEvent( } } - // TODO: Store the event - _, err = rsAPI.InsertReportedEvent(req.Context(), roomID, eventID, device.UserID, report.Reason, report.Score) if err != nil { return util.JSONResponse{