summary refs log tree commit diff
path: root/host/Rory-nginx/services/matrix/synapse/workers/stream-writers/push_rule-stream-writer.nix
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-09-10 04:00:35 +0200
committerRory& <root@rory.gay>2024-09-10 04:00:35 +0200
commit2c3ff9cb17824bbb50746771654897f3777f54d4 (patch)
treeacf9ade90614665eb05df9a94dac5bdd62ef8c3f /host/Rory-nginx/services/matrix/synapse/workers/stream-writers/push_rule-stream-writer.nix
parentfix container (diff)
downloadRory-Open-Architecture-2c3ff9cb17824bbb50746771654897f3777f54d4.tar.xz
Fix synapse nginx paths
Diffstat (limited to 'host/Rory-nginx/services/matrix/synapse/workers/stream-writers/push_rule-stream-writer.nix')
-rw-r--r--host/Rory-nginx/services/matrix/synapse/workers/stream-writers/push_rule-stream-writer.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/Rory-nginx/services/matrix/synapse/workers/stream-writers/push_rule-stream-writer.nix b/host/Rory-nginx/services/matrix/synapse/workers/stream-writers/push_rule-stream-writer.nix
index fbd0327..4a4af04 100644
--- a/host/Rory-nginx/services/matrix/synapse/workers/stream-writers/push_rule-stream-writer.nix
+++ b/host/Rory-nginx/services/matrix/synapse/workers/stream-writers/push_rule-stream-writer.nix
@@ -7,7 +7,7 @@ let
   workers = lib.range 0 (cfg.pushRuleStreamWriters - 1);
   workerName = "push_rule_stream_writer";
   workerRoutes = {
-    client = [ "^/_matrix/client/(api/v1|r0|v3|unstable)/pushrules/" ];
+    client = [ "~ ^/_matrix/client/(api/v1|r0|v3|unstable)/pushrules/" ];
     federation = [ ];
     media = [ ];
   };