diff options
author | Matthew Hodgson <matthew@matrix.org> | 2018-09-15 22:27:41 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2018-09-15 22:27:41 +0100 |
commit | d42d79e3c3cc229fa6bb268a97edde4ac81e2df5 (patch) | |
tree | 7032e236c6da8b77a5702b2d9eb95605c9c81087 /synapse/handlers/register.py | |
parent | missing changelog (diff) | |
download | synapse-d42d79e3c3cc229fa6bb268a97edde4ac81e2df5.tar.xz |
don't ratelimit autojoins
Diffstat (limited to 'synapse/handlers/register.py')
-rw-r--r-- | synapse/handlers/register.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/handlers/register.py b/synapse/handlers/register.py index 1e53f2c635..da914c46ff 100644 --- a/synapse/handlers/register.py +++ b/synapse/handlers/register.py @@ -534,4 +534,5 @@ class RegistrationHandler(BaseHandler): room_id=room_id, remote_room_hosts=remote_room_hosts, action="join", + ratelimit=False, ) |