summary refs log tree commit diff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorNeil Johnson <neil@matrix.org>2019-09-26 15:57:02 +0100
committerGitHub <noreply@github.com>2019-09-26 15:57:02 +0100
commitf25c5ee1feb2b8c026f88737e3adbd31cf89a79a (patch)
tree051631a4a530d17e83c9ec9cef39ad45dacd3639 /CHANGES.md
parentUpdate CHANGES.md (diff)
downloadsynapse-f25c5ee1feb2b8c026f88737e3adbd31cf89a79a.tar.xz
s/month/week/ to match config
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index d3d4d69cd9..0a0d0b3439 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -48,7 +48,7 @@ Features
 - Let synctl accept a directory of config files. ([\#5904](https://github.com/matrix-org/synapse/issues/5904))
 - Increase max display name size to 256. ([\#5906](https://github.com/matrix-org/synapse/issues/5906))
 - Add admin API endpoint for getting whether or not a user is a server administrator. ([\#5914](https://github.com/matrix-org/synapse/issues/5914))
-- Redact events in the database that have been redacted for a month. ([\#5934](https://github.com/matrix-org/synapse/issues/5934))
+- Redact events in the database that have been redacted for a week. ([\#5934](https://github.com/matrix-org/synapse/issues/5934))
 - New prometheus metrics:
   - `synapse_federation_known_servers`: represents the total number of servers your server knows about (i.e. is in rooms with), including itself. Enable by setting `metrics_flags.known_servers` to True in the configuration.([\#5981](https://github.com/matrix-org/synapse/issues/5981))
   - `synapse_build_info`: exposes the Python version, OS version, and Synapse version of the running server. ([\#6005](https://github.com/matrix-org/synapse/issues/6005))