diff --git a/synapse/module_api/__init__.py b/synapse/module_api/__init__.py index 1c8c909f9cdb..cd905e212d29 100644 --- a/synapse/module_api/__init__.py +++ b/synapse/module_api/__init__.py @@ -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