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

Commit 9cf4627

Browse files
committed
Revert "Remove the unspecced room_id field in the /hierarchy response. (#13365)"
This reverts commit 57d334a.
1 parent 3d1b860 commit 9cf4627

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

synapse/handlers/room_summary.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,7 @@ async def _summarize_local_room(
453453
"type": e.type,
454454
"state_key": e.state_key,
455455
"content": e.content,
456+
"room_id": e.room_id,
456457
"sender": e.sender,
457458
"origin_server_ts": e.origin_server_ts,
458459
}

0 commit comments

Comments
 (0)