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

Commit 0d5ff6c

Browse files
committed
Document - Alter module API "lookup_room_alias" method docstring so that
expected Synapse version release is more realistic.
1 parent 1e217ec commit 0d5ff6c

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
@@ -1457,7 +1457,7 @@ async def lookup_room_alias(self, room_alias: str) -> Tuple[str, List[str]]:
14571457
"""
14581458
Get the room ID associated with a room alias.
14591459
1460-
Added in Synapse v1.65.0.
1460+
Added in Synapse v1.66.0.
14611461
14621462
Args:
14631463
room_alias: The alias to look up.

0 commit comments

Comments
 (0)