Default redaction_retention_seconds to one year.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2026-01-28 12:14:09 +00:00
parent ae35e5a5b2
commit 90d4bda70b
2 changed files with 7 additions and 5 deletions

View File

@@ -1721,9 +1721,9 @@
# Redaction retention period in seconds.
#
# By default the unredacted events are stored forever.
# By default the unredacted events are stored for one year.
#
#redaction_retention_seconds = disabled
#redaction_retention_seconds = 31536000
# Allows users with `redact` power level to request unredacted events with
# MSC2815.