mirror of
https://github.com/element-hq/synapse.git
synced 2026-08-28 09:24:41 +00:00
Merge pull request #3879 from matrix-org/matthew/fix-autojoin
don't ratelimit autojoins
This commit is contained in:
@@ -0,0 +1 @@
|
||||
Don't ratelimit autojoins
|
||||
@@ -534,4 +534,5 @@ class RegistrationHandler(BaseHandler):
|
||||
room_id=room_id,
|
||||
remote_room_hosts=remote_room_hosts,
|
||||
action="join",
|
||||
ratelimit=False,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user