1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2025-03-31 03:45:13 +00:00

don't ratelimit autojoins

This commit is contained in:
Matthew Hodgson 2018-09-15 22:27:41 +01:00
parent 9d13ff4da8
commit d42d79e3c3

View file

@ -534,4 +534,5 @@ class RegistrationHandler(BaseHandler):
room_id=room_id,
remote_room_hosts=remote_room_hosts,
action="join",
ratelimit=False,
)