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

Commit

Permalink
Document - add some spacing to the module API "lookup_room_alias" doc…
Browse files Browse the repository at this point in the history
…string.
  • Loading branch information
buffless-matt committed Aug 3, 2022
1 parent d0dffac commit 1e217ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions synapse/module_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1461,10 +1461,12 @@ async def lookup_room_alias(self, room_alias: str) -> Tuple[str, List[str]]:
Args:
room_alias: The alias to look up.
Returns:
A tuple of:
The room ID (str).
Hosts likely to be participating in the room ([str]).
Raises:
SynapseError if room alias is invalid or could not be found.
"""
Expand Down

0 comments on commit 1e217ec

Please sign in to comment.