summary refs log tree commit diff
path: root/host
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-07-19 08:39:51 +0200
committerTheArcaneBrony <myrainbowdash949@gmail.com>2023-07-19 08:39:51 +0200
commit35b323cbb8eaaa9fff89383cd423d0c26a81a659 (patch)
tree28c2528868b5ad3ddb38c6c97a595adee8fe4bf2 /host
parentSynapse funkery (diff)
downloadRory-Open-Architecture-35b323cbb8eaaa9fff89383cd423d0c26a81a659.tar.xz
Synapse funkery
Diffstat (limited to 'host')
-rwxr-xr-xhost/Rory-synapse/software.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/host/Rory-synapse/software.nix b/host/Rory-synapse/software.nix
index 1817660..9ecac8b 100755
--- a/host/Rory-synapse/software.nix
+++ b/host/Rory-synapse/software.nix
@@ -88,7 +88,7 @@
       registration_requires_token = true;
 
       require_membership_for_aliases = false;
-      redaction_retention_period = "null";
+      redaction_retention_period = null;
       user_ips_max_age = null;
       allow_device_name_lookup_over_federation = true;
 
@@ -223,7 +223,9 @@
       sentry = {
         dsn = "https://77c8de07855d4e0c90dbcf0945a04f01@sentry.thearcanebrony.net/14";
       };
+
       report_stats = false;
+
       user_directory = {
         enabled = true;
         search_all_users = true;