diff options
author | reivilibre <oliverw@matrix.org> | 2023-02-28 16:37:19 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-28 16:37:19 +0000 |
commit | 682d31c7023b6b7299e74bc631e4d2acc60f91ac (patch) | |
tree | f5f8ec31099dcfe5f4f4ae753850e2a890ca14f9 /docker/configure_workers_and_start.py | |
parent | Add missing type hints to InsecureInterceptableContextFactory. (#15164) (diff) | |
download | synapse-682d31c7023b6b7299e74bc631e4d2acc60f91ac.tar.xz |
Allow use of the `/filter` Client-Server APIs on workers. (#15134)
Diffstat (limited to 'docker/configure_workers_and_start.py')
-rwxr-xr-x | docker/configure_workers_and_start.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/configure_workers_and_start.py b/docker/configure_workers_and_start.py index 58c62f2231..7f615e5066 100755 --- a/docker/configure_workers_and_start.py +++ b/docker/configure_workers_and_start.py @@ -142,6 +142,7 @@ WORKERS_CONFIG: Dict[str, Dict[str, Any]] = { "^/_matrix/client/(api/v1|r0|v3|unstable/.*)/rooms/.*/aliases", "^/_matrix/client/v1/rooms/.*/timestamp_to_event$", "^/_matrix/client/(api/v1|r0|v3|unstable)/search", + "^/_matrix/client/(r0|v3|unstable)/user/.*/filter(/|$)", ], "shared_extra_conf": {}, "worker_extra_conf": "", |