summary refs log tree commit diff
path: root/docs/workers.md
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-12-29 07:40:12 -0500
committerPatrick Cloke <patrickc@matrix.org>2020-12-29 11:06:10 -0500
commitf4f65f4e992cf27ca76be96af1831f9dc41f4759 (patch)
treebc47c2942c9e28bf35ec54c8cfc160b3ac19abb4 /docs/workers.md
parentMerge remote-tracking branch 'origin/develop' into matrix-org-hotfixes (diff)
downloadsynapse-f4f65f4e992cf27ca76be96af1831f9dc41f4759.tar.xz
Allow redacting events on workers (#8994)
Adds the redacts endpoint to workers that have the client listener.
Diffstat (limited to 'docs/workers.md')
-rw-r--r--docs/workers.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/workers.md b/docs/workers.md

index efe97af31a..298adf8695 100644 --- a/docs/workers.md +++ b/docs/workers.md
@@ -229,6 +229,7 @@ expressions: ^/_matrix/client/(r0|unstable)/auth/.*/fallback/web$ # Event sending requests + ^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/redact ^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/send ^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/state/ ^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/(join|invite|leave|ban|unban|kick)$