summary refs log tree commit diff
diff options
context:
space:
mode:
authorreivilibre <oliverw@matrix.org>2022-08-11 10:27:48 +0000
committerGitHub <noreply@github.com>2022-08-11 10:27:48 +0000
commit12abd724974a2311d5311272d26d2f8aa11734a9 (patch)
treec7d04beb1b277c325f5ce10f3b4038286b0eea1c
parentFix changelog mistake (diff)
downloadsynapse-12abd724974a2311d5311272d26d2f8aa11734a9.tar.xz
Revert 'Remove the unspecced field in the response. (#13365)' to give more time for clients to update. (#13501)
Diffstat (limited to '')
-rw-r--r--changelog.d/13501.misc1
-rw-r--r--synapse/handlers/room_summary.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/13501.misc b/changelog.d/13501.misc
new file mode 100644

index 0000000000..002b91960c --- /dev/null +++ b/changelog.d/13501.misc
@@ -0,0 +1 @@ +Revert 'Remove the unspecced `room_id` field in the `/hierarchy` response. (#13365)' to give more time for clients to update. diff --git a/synapse/handlers/room_summary.py b/synapse/handlers/room_summary.py
index ebd445adca..732b0310bc 100644 --- a/synapse/handlers/room_summary.py +++ b/synapse/handlers/room_summary.py
@@ -453,6 +453,7 @@ class RoomSummaryHandler: "type": e.type, "state_key": e.state_key, "content": e.content, + "room_id": e.room_id, "sender": e.sender, "origin_server_ts": e.origin_server_ts, }