mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-12-25 02:59:26 -05:00
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
1
changelog.d/13501.misc
Normal file
1
changelog.d/13501.misc
Normal file
@ -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,
|
||||
"state_key": e.state_key,
|
||||
"content": e.content,
|
||||
"room_id": e.room_id,
|
||||
"sender": e.sender,
|
||||
"origin_server_ts": e.origin_server_ts,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user