Make redaction retention period configurable

This commit is contained in:
Erik Johnston 2019-09-05 17:16:03 +01:00
parent 549f974897
commit 3ff0422d2d
4 changed files with 27 additions and 3 deletions

View file

@ -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 ##