mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 14:06:02 -04:00
Make redaction retention period configurable
This commit is contained in:
parent
549f974897
commit
3ff0422d2d
4 changed files with 27 additions and 3 deletions
|
@ -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 ##
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue