forked from MirrorHub/synapse
don't ratelimit autojoins
This commit is contained in:
parent
9d13ff4da8
commit
d42d79e3c3
1 changed files with 1 additions and 0 deletions
|
@ -534,4 +534,5 @@ class RegistrationHandler(BaseHandler):
|
||||||
room_id=room_id,
|
room_id=room_id,
|
||||||
remote_room_hosts=remote_room_hosts,
|
remote_room_hosts=remote_room_hosts,
|
||||||
action="join",
|
action="join",
|
||||||
|
ratelimit=False,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue