summary refs log tree commit diff
path: root/changelog.d/8994.feature
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-12-29 07:40:12 -0500
committerGitHub <noreply@github.com>2020-12-29 07:40:12 -0500
commit68bb26da690c6db759983ba0cb86491af48da0a0 (patch)
treeae60b2ef0441adffa1db3115b3146eede7cb0869 /changelog.d/8994.feature
parentDrop the unused local_invites table. (#8979) (diff)
downloadsynapse-68bb26da690c6db759983ba0cb86491af48da0a0.tar.xz
Allow redacting events on workers (#8994)
Adds the redacts endpoint to workers that have the client listener.
Diffstat (limited to 'changelog.d/8994.feature')
-rw-r--r--changelog.d/8994.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8994.feature b/changelog.d/8994.feature
new file mode 100644
index 0000000000..76aeb185cb
--- /dev/null
+++ b/changelog.d/8994.feature
@@ -0,0 +1 @@
+Allow running the redact endpoint on workers.