summary refs log tree commit diff
path: root/docker
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2022-10-14 07:16:50 -0400
committerGitHub <noreply@github.com>2022-10-14 07:16:50 -0400
commitc3e4edb4d6ba33383bc056e3ff22b2d034d3e248 (patch)
tree1130f6fd038f3d3412d811a1bb2e6d53a424c203 /docker
parentProperly invalidate get_thread_id cache. (#14163) (diff)
downloadsynapse-c3e4edb4d6ba33383bc056e3ff22b2d034d3e248.tar.xz
Stabilize the threads API. (#14175)
Stabilize the threads API (MSC3856) by supporting (only) the v1
path for the endpoint.

This also marks the API as safe for workers since it is a read-only
API.
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 8e7f605b24..d708237f69 100755
--- a/docker/configure_workers_and_start.py
+++ b/docker/configure_workers_and_start.py
@@ -118,6 +118,7 @@ WORKERS_CONFIG: Dict[str, Dict[str, Any]] = {
             "^/_matrix/client/(api/v1|r0|v3|unstable)/rooms/.*/state$",
             "^/_matrix/client/v1/rooms/.*/hierarchy$",
             "^/_matrix/client/(v1|unstable)/rooms/.*/relations/",
+            "^/_matrix/client/v1/rooms/.*/threads$",
             "^/_matrix/client/(api/v1|r0|v3|unstable)/login$",
             "^/_matrix/client/(api/v1|r0|v3|unstable)/account/3pid$",
             "^/_matrix/client/(api/v1|r0|v3|unstable)/account/whoami$",