summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-02-25 17:58:12 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2020-02-25 17:58:12 +0000
commit6e620befc719ba4f8eaf4d1d269517480570b8b3 (patch)
tree865dcea48e94969070f00a1cacb03a84806366fe /synapse
parentKill off half-implemented password-reset via sms (#6101) (diff)
parentMerge pull request #6117 from matrix-org/erikj/fix_sample_config (diff)
downloadsynapse-6e620befc719ba4f8eaf4d1d269517480570b8b3.tar.xz
Merge pull request #6117 from matrix-org/erikj/fix_sample_config
Diffstat (limited to 'synapse')
-rw-r--r--synapse/config/server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/config/server.py b/synapse/config/server.py
index 2ac6576f62..6eddb588c4 100644
--- a/synapse/config/server.py
+++ b/synapse/config/server.py
@@ -947,7 +947,7 @@ class ServerConfig(Config):
         #
         # Defaults to `7d`. Set to `null` to disable.
         #
-        redaction_retention_period: 7d
+        #redaction_retention_period: 28d
 
         # How long to track users' last seen time and IPs in the database.
         #