mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-19 16:32:24 +01:00
66e6801c3e
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: Dirk Klimpel dirk@klimpel.org |
||
---|---|---|
.. | ||
.gitignore | ||
8519.feature | ||
8539.feature | ||
8580.bugfix | ||
8582.doc | ||
8614.misc | ||
8615.misc | ||
8621.misc | ||
8627.bugfix | ||
8628.bugfix | ||
8632.bugfix | ||
8634.misc | ||
8639.misc | ||
8640.misc | ||
8643.bugfix | ||
8644.misc | ||
8657.doc |