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

Commit

Permalink
Document - Alter module API "lookup_room_alias" method docstring so that
Browse files Browse the repository at this point in the history
expected Synapse version release is more realistic.
  • Loading branch information
buffless-matt committed Aug 3, 2022
1 parent 1e217ec commit 0d5ff6c
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 @@ -1457,7 +1457,7 @@ async def lookup_room_alias(self, room_alias: str) -> Tuple[str, List[str]]:
"""
Get the room ID associated with a room alias.
Added in Synapse v1.65.0.
Added in Synapse v1.66.0.
Args:
room_alias: The alias to look up.
Expand Down

0 comments on commit 0d5ff6c

Please sign in to comment.