Revert 'Remove the unspecced field in the response. (#13365)' to give more time for clients to update. (#13501)

This commit is contained in:
reivilibre 2022-08-11 10:27:48 +00:00 committed by GitHub
parent 3d1b860f90
commit 12abd72497
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

1
changelog.d/13501.misc Normal file
View File

@ -0,0 +1 @@
Revert 'Remove the unspecced `room_id` field in the `/hierarchy` response. (#13365)' to give more time for clients to update.

View File

@ -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,
}