diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2019-11-19 13:33:58 +0000 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2019-11-19 13:33:58 +0000 |
commit | 97b863fe32c03ce30c4cd5bda1479c1f9a03da83 (patch) | |
tree | 285d5cb4c9b1500ffa97edd144ee0c0690df2407 /synapse | |
parent | Lint again (diff) | |
download | synapse-97b863fe32c03ce30c4cd5bda1479c1f9a03da83.tar.xz |
Lint again
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/config/server.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/config/server.py b/synapse/config/server.py index ed916e1400..4404953e27 100644 --- a/synapse/config/server.py +++ b/synapse/config/server.py @@ -879,7 +879,7 @@ class ServerConfig(Config): # Defaults to `28d`. Set to `null` to disable clearing out of old rows. # #user_ips_max_age: 14d - + # Message retention policy at the server level. # # Room admins and mods can define a retention period for their rooms using the |