summary refs log tree commit diff
path: root/docker/configure_workers_and_start.py
diff options
context:
space:
mode:
authorJason Little <realtyem@gmail.com>2023-03-17 08:50:31 -0500
committerGitHub <noreply@github.com>2023-03-17 09:50:31 -0400
commit3d70cc393fb32235bbeb94a0b97691dff5531f4d (patch)
tree9625abc5bb76e661f261a8f988bcae1a9e7ab23a /docker/configure_workers_and_start.py
parentMake `configure_workers_and_start` script used in Complement tests compatible... (diff)
downloadsynapse-3d70cc393fb32235bbeb94a0b97691dff5531f4d.tar.xz
Load `/register/available` endpoint on workers (#15268)
Diffstat (limited to 'docker/configure_workers_and_start.py')
-rwxr-xr-xdocker/configure_workers_and_start.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/configure_workers_and_start.py b/docker/configure_workers_and_start.py
index 376f9ed635..3f2f5c2daf 100755
--- a/docker/configure_workers_and_start.py
+++ b/docker/configure_workers_and_start.py
@@ -163,6 +163,7 @@ WORKERS_CONFIG: Dict[str, Dict[str, Any]] = {
             "^/_matrix/client/versions$",
             "^/_matrix/client/(api/v1|r0|v3|unstable)/voip/turnServer$",
             "^/_matrix/client/(r0|v3|unstable)/register$",
+            "^/_matrix/client/(r0|v3|unstable)/register/available$",
             "^/_matrix/client/(r0|v3|unstable)/auth/.*/fallback/web$",
             "^/_matrix/client/(api/v1|r0|v3|unstable)/rooms/.*/messages$",
             "^/_matrix/client/(api/v1|r0|v3|unstable)/rooms/.*/event",