diff options
author | Erik Johnston <erik@matrix.org> | 2019-09-11 13:54:50 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-09-12 13:27:52 +0100 |
commit | 6d2557f1e81b70aaa2d0f76466e3d2f32f0ccae2 (patch) | |
tree | cfe588e885f1308403e10fdcbf0fad5370fa2a1e /synapse/config/ratelimiting.py | |
parent | Add test for admin redaction ratelimiting. (diff) | |
download | synapse-6d2557f1e81b70aaa2d0f76466e3d2f32f0ccae2.tar.xz |
Fix comments
Co-Authored-By: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
Diffstat (limited to 'synapse/config/ratelimiting.py')
-rw-r--r-- | synapse/config/ratelimiting.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/config/ratelimiting.py b/synapse/config/ratelimiting.py index b4df6612d6..587e2862b7 100644 --- a/synapse/config/ratelimiting.py +++ b/synapse/config/ratelimiting.py @@ -110,7 +110,7 @@ class RatelimitConfig(Config): # attempts for this account. # - one for ratelimiting redactions by room admins. If this is not explicitly # set then it uses the same ratelimiting as per rc_message. This is useful - # to allow room admins to quickly deal with abuse quickly. + # to allow room admins to deal with abuse quickly. # # The defaults are as shown below. # |