mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-06 14:33:10 -06:00
Remove TODO
This commit is contained in:
parent
53a3d651a0
commit
e1622798ac
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Reference in a new issue