summary refs log tree commit diff
path: root/host
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-07-28 09:31:32 +0000
committerRory& <root@rory.gay>2025-07-28 09:31:32 +0000
commit8161b197b364f7c6f3e3c13739f0067fc6ebb90f (patch)
tree71618b56fc2a7cecf14a75727c8cf5821f6964bd /host
parentUpdate synapse patches (diff)
downloadRory-Open-Architecture-master.tar.xz
Update paths for event creator worker, update hyprland HEAD master
Diffstat (limited to 'host')
-rw-r--r--host/Rory-nginx/services/matrix/synapse/workers/event-creator.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/host/Rory-nginx/services/matrix/synapse/workers/event-creator.nix b/host/Rory-nginx/services/matrix/synapse/workers/event-creator.nix

index 0966573..9534b62 100644 --- a/host/Rory-nginx/services/matrix/synapse/workers/event-creator.nix +++ b/host/Rory-nginx/services/matrix/synapse/workers/event-creator.nix
@@ -14,6 +14,7 @@ let "~ ^/_matrix/client/(api/v1|r0|v3|unstable)/knock/" "~ ^/_matrix/client/(api/v1|r0|v3|unstable)/profile/" "~ ^/_synapse/admin/v1/rooms" # We have a lot of them, so let's do a bunch of jobs at once! + "~ ^/_matrix/client/unstable/gay.rory.bulk_send_events/rooms/.*/bulk_send_events" ]; federation = [ ]; media = [ ];