summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2021-08-17 14:33:16 +0100
committerGitHub <noreply@github.com>2021-08-17 14:33:16 +0100
commit703e3a9e853b7c2212045ec52eb6b2c6e370c6f9 (patch)
tree71d55c63945eaea57908019a9ec7de1ddd72d47b /docs
parentRemove the unused public_room_list_stream (#10565) (diff)
downloadsynapse-703e3a9e853b7c2212045ec52eb6b2c6e370c6f9.tar.xz
Allow /createRoom to be run on workers (#10564)
Fixes https://github.com/matrix-org/synapse/issues/7867
Diffstat (limited to 'docs')
-rw-r--r--docs/workers.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/workers.md b/docs/workers.md
index d8672324c3..1657dfc759 100644
--- a/docs/workers.md
+++ b/docs/workers.md
@@ -214,6 +214,7 @@ expressions:
     ^/_matrix/federation/v1/send/
 
     # Client API requests
+    ^/_matrix/client/(api/v1|r0|unstable)/createRoom$
     ^/_matrix/client/(api/v1|r0|unstable)/publicRooms$
     ^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/joined_members$
     ^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/context/.*$