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

Commit f7df217

Browse files
committed
Document - Add clarity to the "ratelimit" parameter description.
1 parent 7618a8d commit f7df217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

synapse/module_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1468,7 +1468,7 @@ async def create_room(
14681468
The user who requested the room creation.
14691469
config : A dict of configuration options. See "Request body" of:
14701470
https://spec.matrix.org/latest/client-server-api/#post_matrixclientv3createroom
1471-
ratelimit: set to False to disable the rate limiter.
1471+
ratelimit: set to False to disable the rate limiter for this specific join.
14721472
14731473
creator_join_profile:
14741474
Set to override the displayname and avatar for the creating

0 commit comments

Comments
 (0)