summary refs log tree commit diff
path: root/synapse/handlers
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 /synapse/handlers
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 'synapse/handlers')
-rw-r--r--synapse/handlers/room_summary.py1
1 files changed, 1 insertions, 0 deletions
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,
             }