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

Commit d0b1c3d

Browse files
committed
1 parent 621579a commit d0b1c3d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

synapse/handlers/room_summary.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -981,14 +981,11 @@ async def _build_room_entry(self, room_id: str, for_federation: bool) -> JsonDic
981981
current_state_ids[(EventTypes.Create, "")]
982982
)
983983

984-
aliases = await self._store.get_aliases_for_room(room_id)
985-
986984
entry = {
987985
"room_id": stats["room_id"],
988986
"name": stats["name"],
989987
"topic": stats["topic"],
990988
"canonical_alias": stats["canonical_alias"],
991-
"aliases": aliases,
992989
"num_joined_members": stats["joined_members"],
993990
"avatar_url": stats["avatar"],
994991
# plural join_rules is a documentation error but kept for historical

0 commit comments

Comments
 (0)