diff --git a/docker/configure_workers_and_start.py b/docker/configure_workers_and_start.py index 92101d9771..5fa0ed161f 100755 --- a/docker/configure_workers_and_start.py +++ b/docker/configure_workers_and_start.py @@ -218,6 +218,8 @@ WORKERS_CONFIG: Dict[str, Dict[str, Any]] = { "^/_matrix/client/(api/v1|r0|v3|unstable)/directory/room/.*$", "^/_matrix/client/(r0|v3|unstable)/capabilities$", "^/_matrix/client/(r0|v3|unstable)/notifications$", + "^/_matrix/client/(r0|v3|unstable)/keys/query$" + "^/_matrix/client/(r0|v3|unstable)/keys/changes$" ], "shared_extra_conf": {}, "worker_extra_conf": "",