summary refs log tree commit diff
path: root/docker
diff options
context:
space:
mode:
authorDirk Klimpel <5740567+dklimpel@users.noreply.github.com>2023-04-14 18:26:07 +0200
committerGitHub <noreply@github.com>2023-04-14 12:26:07 -0400
commite4a25d022c1e4b71e043b07324d95362f7fb4067 (patch)
tree14244883d33d034ae45a6b12fd5401e80110405a /docker
parentUser directory background update speedup (#15435) (diff)
downloadsynapse-e4a25d022c1e4b71e043b07324d95362f7fb4067.tar.xz
Load `/capabilities` endpoint on workers (#15436)
Diffstat (limited to 'docker')
-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 26f92b3f1a..4beec3daaf 100755
--- a/docker/configure_workers_and_start.py
+++ b/docker/configure_workers_and_start.py
@@ -174,6 +174,7 @@ WORKERS_CONFIG: Dict[str, Dict[str, Any]] = {
             "^/_matrix/client/(r0|v3|unstable)/user/.*/filter(/|$)",
             "^/_matrix/client/(r0|v3|unstable)/password_policy$",
             "^/_matrix/client/(api/v1|r0|v3|unstable)/directory/room/.*$",
+            "^/_matrix/client/(r0|v3|unstable)/capabilities$",
         ],
         "shared_extra_conf": {},
         "worker_extra_conf": "",