1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2025-03-31 03:45:13 +00:00

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

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
changelog.d
synapse/handlers

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