summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-09-05 17:16:03 +0100
committerErik Johnston <erik@matrix.org>2019-09-05 17:16:45 +0100
commit3ff0422d2dbfa668df365da99a4b7caeea85528d (patch)
treebc0bd307ad4c40f86d839a12c97d483d99c47a19 /docs
parentNewsfile (diff)
downloadsynapse-3ff0422d2dbfa668df365da99a4b7caeea85528d.tar.xz
Make redaction retention period configurable
Diffstat (limited to 'docs')
-rw-r--r--docs/sample_config.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml

index 43969bbb70..e23b80d2b8 100644 --- a/docs/sample_config.yaml +++ b/docs/sample_config.yaml
@@ -306,6 +306,11 @@ listeners: # #allow_per_room_profiles: false +# How long to keep redacted events in unredacted form in the database. +# By default redactions are kept indefinitely. +# +#redaction_retention_period: 30d + ## TLS ##