summary refs log tree commit diff
path: root/synapse/handlers/register.py
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2018-09-15 22:27:41 +0100
committerMatthew Hodgson <matthew@matrix.org>2018-09-15 22:27:41 +0100
commitd42d79e3c3cc229fa6bb268a97edde4ac81e2df5 (patch)
tree7032e236c6da8b77a5702b2d9eb95605c9c81087 /synapse/handlers/register.py
parentmissing changelog (diff)
downloadsynapse-d42d79e3c3cc229fa6bb268a97edde4ac81e2df5.tar.xz
don't ratelimit autojoins
Diffstat (limited to 'synapse/handlers/register.py')
-rw-r--r--synapse/handlers/register.py1
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,
         )