mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-07-31 02:58:43 -04:00
Merge pull request #3879 from matrix-org/matthew/fix-autojoin
don't ratelimit autojoins
This commit is contained in:
commit
286d6930b7
2 changed files with 2 additions and 0 deletions
1
changelog.d/3879.bugfix
Normal file
1
changelog.d/3879.bugfix
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Don't ratelimit autojoins
|
|
@ -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…
Add table
Add a link
Reference in a new issue