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

Commit 12abd72

Browse files
authored
Revert 'Remove the unspecced field in the response. (#13365)' to give more time for clients to update. (#13501)
1 parent 3d1b860 commit 12abd72

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

changelog.d/13501.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Revert 'Remove the unspecced `room_id` field in the `/hierarchy` response. (#13365)' to give more time for clients to update.

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)