diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2020-09-22 19:15:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-22 18:15:04 +0100 |
commit | 4da01f9c614f36a293235d6a1fd3602d550f2001 (patch) | |
tree | 918e627f1d3e05da260cd85b2d3370d456107e86 /changelog.d | |
parent | Merge branch 'master' into develop (diff) | |
download | synapse-4da01f9c614f36a293235d6a1fd3602d550f2001.tar.xz |
Admin API for reported events (#8217)
Add an admin API to read entries of table `event_reports`. API: `GET /_synapse/admin/v1/event_reports`
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8217.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8217.feature b/changelog.d/8217.feature new file mode 100644 index 0000000000..899cbf14ef --- /dev/null +++ b/changelog.d/8217.feature @@ -0,0 +1 @@ +Add an admin API `GET /_synapse/admin/v1/event_reports` to read entries of table `event_reports`. Contributed by @dklimpel. \ No newline at end of file |