Skip to content
Snippets Groups Projects
Unverified Commit 66e6801c authored by Dirk Klimpel's avatar Dirk Klimpel Committed by GitHub
Browse files

Split admin API for reported events into a detail and a list view (#8539)


Split admin API for reported events in detail und list view.
API was introduced with #8217 in synapse v.1.21.0.

It makes the list (`GET /_synapse/admin/v1/event_reports`) less complex and provides a better overview.
The details can be queried with: `GET /_synapse/admin/v1/event_reports/<report_id>`.
It is similar to room and users API.

It is a kind of regression in `GET /_synapse/admin/v1/event_reports`.  `event_json` was removed. But the api was introduced one version before and it is an admin API (not under spec).

Signed-off-by: default avatarDirk Klimpel <dirk@klimpel.org>
parent 6c9ab61d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment