Revert 'Remove the unspecced field in the response. (#13365)' to give more time for clients to update. (#13501)
This commit is contained in:
parent
3d1b860f90
commit
12abd72497
|
@ -0,0 +1 @@
|
||||||
|
Revert 'Remove the unspecced `room_id` field in the `/hierarchy` response. (#13365)' to give more time for clients to update.
|
|
@ -453,6 +453,7 @@ class RoomSummaryHandler:
|
||||||
"type": e.type,
|
"type": e.type,
|
||||||
"state_key": e.state_key,
|
"state_key": e.state_key,
|
||||||
"content": e.content,
|
"content": e.content,
|
||||||
|
"room_id": e.room_id,
|
||||||
"sender": e.sender,
|
"sender": e.sender,
|
||||||
"origin_server_ts": e.origin_server_ts,
|
"origin_server_ts": e.origin_server_ts,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue