summary refs log tree commit diff
path: root/host/Rory-nginx
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-06-02 11:03:44 +0200
committerRory& <root@rory.gay>2025-06-02 11:03:44 +0200
commit2f2f4d4ff56300dbc9838e37d20765e32b4e2714 (patch)
tree86ac630a97d327c92e571d7bec91b9fe5bec4b0c /host/Rory-nginx
parentFix server (diff)
downloadRory-Open-Architecture-2f2f4d4ff56300dbc9838e37d20765e32b4e2714.tar.xz
desktop changes desktop
Diffstat (limited to 'host/Rory-nginx')
-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 e6d81ce..1c08d4b 100644 --- a/host/Rory-nginx/services/matrix/synapse/workers/event-creator.nix +++ b/host/Rory-nginx/services/matrix/synapse/workers/event-creator.nix
@@ -13,6 +13,7 @@ let "~ ^/_matrix/client/(api/v1|r0|v3|unstable)/join/" "~ ^/_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! ]; federation = [ ]; media = [ ];