diff options
author | Erik Johnston <erikj@matrix.org> | 2023-09-07 10:26:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-07 09:26:07 +0000 |
commit | 8940d1b28ecbaf9185459e2af62169ecf39a96f5 (patch) | |
tree | 47c5360ea140484e9be49ef67cfe45519de219db /docker | |
parent | Bump gitpython from 3.1.32 to 3.1.34 (#16267) (diff) | |
download | synapse-8940d1b28ecbaf9185459e2af62169ecf39a96f5.tar.xz |
Add `/notifications` endpoint to workers (#16265)
Diffstat (limited to 'docker')
-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 400a7515aa..62952e6b26 100755 --- a/docker/configure_workers_and_start.py +++ b/docker/configure_workers_and_start.py @@ -183,6 +183,7 @@ WORKERS_CONFIG: Dict[str, Dict[str, Any]] = { "^/_matrix/client/(r0|v3|unstable)/password_policy$", "^/_matrix/client/(api/v1|r0|v3|unstable)/directory/room/.*$", "^/_matrix/client/(r0|v3|unstable)/capabilities$", + "^/_matrix/client/(r0|v3|unstable)/notifications$", ], "shared_extra_conf": {}, "worker_extra_conf": "", |