summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorDirk Klimpel <5740567+dklimpel@users.noreply.github.com>2023-02-28 13:09:10 +0100
committerGitHub <noreply@github.com>2023-02-28 12:09:10 +0000
commit93f7955eba50c827f96e1b2e8e44ef22a98cecc4 (patch)
treeaa0c48b9bfe0fcc4f273bfb272b3d0d6c7a16e05 /changelog.d
parentCorrect documentation about registration_shared_secret_path (#15168) (diff)
downloadsynapse-93f7955eba50c827f96e1b2e8e44ef22a98cecc4.tar.xz
Admin API endpoint to delete a reported event (#15116)
* Admin api to delete event report

* lint +  tests

* newsfile

* Apply suggestions from code review

Co-authored-by: David Robertson <david.m.robertson1@gmail.com>

* revert changes - move to WorkerStore

* update unit test

* Note that timestamp is in millseconds

---------

Co-authored-by: David Robertson <david.m.robertson1@gmail.com>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/15116.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15116.feature b/changelog.d/15116.feature
new file mode 100644
index 0000000000..087d8dc7f1
--- /dev/null
+++ b/changelog.d/15116.feature
@@ -0,0 +1 @@
+Add an [admin API](https://matrix-org.github.io/synapse/latest/usage/administration/admin_api/index.html) to delete a [specific event report](https://spec.matrix.org/v1.6/client-server-api/#reporting-content).
\ No newline at end of file