Merge pull request #6117 from matrix-org/erikj/fix_sample_config

Fix 'redaction_retention_period' sampel config to match guidelines
This commit is contained in:
Erik Johnston 2019-09-26 17:14:23 +01:00 committed by GitHub
commit 6d0f559fb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

1
changelog.d/6117.misc Normal file
View File

@ -0,0 +1 @@
Fix up sample config entry for `redaction_retention_period` option.

View File

@ -314,7 +314,7 @@ listeners:
#
# 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.
#

View File

@ -742,7 +742,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.
#