summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-05-27 22:45:43 +0100
committerGitHub <noreply@github.com>2021-05-27 22:45:43 +0100
commit5eed6348ce747b26883ffe812d69ec4d0fbde5fd (patch)
tree4cd57e1ec14636cca758450184ce21919a0f9978 /docs
parentMake reason and score optional for report_event (#10077) (diff)
downloadsynapse-5eed6348ce747b26883ffe812d69ec4d0fbde5fd.tar.xz
Move some more endpoints off master (#10084)
Diffstat (limited to 'docs')
-rw-r--r--docs/workers.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/workers.md b/docs/workers.md
index c6282165b0..46b5e4b737 100644
--- a/docs/workers.md
+++ b/docs/workers.md
@@ -228,6 +228,9 @@ expressions:
     ^/_matrix/client/(api/v1|r0|unstable)/joined_groups$
     ^/_matrix/client/(api/v1|r0|unstable)/publicised_groups$
     ^/_matrix/client/(api/v1|r0|unstable)/publicised_groups/
+    ^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/event/
+    ^/_matrix/client/(api/v1|r0|unstable)/joined_rooms$
+    ^/_matrix/client/(api/v1|r0|unstable)/search$
 
     # Registration/login requests
     ^/_matrix/client/(api/v1|r0|unstable)/login$