Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Document - Add clarity to the "ratelimit" parameter description.
Browse files Browse the repository at this point in the history
  • Loading branch information
buffless-matt committed Aug 4, 2022
1 parent 7618a8d commit f7df217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/module_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1468,7 +1468,7 @@ async def create_room(
The user who requested the room creation.
config : A dict of configuration options. See "Request body" of:
https://spec.matrix.org/latest/client-server-api/#post_matrixclientv3createroom
ratelimit: set to False to disable the rate limiter.
ratelimit: set to False to disable the rate limiter for this specific join.
creator_join_profile:
Set to override the displayname and avatar for the creating
Expand Down

0 comments on commit f7df217

Please sign in to comment.