From e64a35cb00cbe8ba49e2dfd7db0ceb5f6f69a44c Mon Sep 17 00:00:00 2001 From: Till Faelligen <2353100+S7evinK@users.noreply.github.com> Date: Fri, 30 Aug 2024 12:01:31 +0200 Subject: [PATCH] Route key queries to the client_reader --- docker/configure_workers_and_start.py | 2 ++ 1 file changed, 2 insertions(+) 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": "",