summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorDirk Klimpel <5740567+dklimpel@users.noreply.github.com>2020-07-28 21:08:23 +0200
committerGitHub <noreply@github.com>2020-07-28 20:08:23 +0100
commite866e3b8966efc470038b48061a89aac513eb6e0 (patch)
tree6a2ab5d1d2c97c2cc765d59deb364d1369735fe6 /changelog.d
parentMove some log lines from default logger to sql/transaction loggers (#7952) (diff)
downloadsynapse-e866e3b8966efc470038b48061a89aac513eb6e0.tar.xz
Add an option to disable purge in delete room admin API (#7964)
Add option ```purge``` to ```POST /_synapse/admin/v1/rooms/<room_id>/delete```
Fixes: #3761

Signed-off-by: Dirk Klimpel dirk@klimpel.org
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7964.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7964.feature b/changelog.d/7964.feature
new file mode 100644
index 0000000000..ffe861650c
--- /dev/null
+++ b/changelog.d/7964.feature
@@ -0,0 +1 @@
+Add an option to purge room or not with delete room admin endpoint (`POST /_synapse/admin/v1/rooms/<room_id>/delete`). Contributed by @dklimpel.
\ No newline at end of file