diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-07-26 08:02:34 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-26 08:02:34 -0400 |
commit | 57d334a13d983406ea452dfa203bbe4837509c4e (patch) | |
tree | 06539dc245a097b4604ad961ed8e2b7811621e18 /changelog.d | |
parent | Fix infinite loop in partial-state resync (#13353) (diff) | |
download | synapse-57d334a13d983406ea452dfa203bbe4837509c4e.tar.xz |
Remove the unspecced `room_id` field in the `/hierarchy` response. (#13365)
The `room_id` field represented the parent space for each room and was made redundant by changes in the API shape where the `children_state` is now nested underneath each `room`. The room ID of each child is in the `state_key` field and is still available.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13365.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13365.bugfix b/changelog.d/13365.bugfix new file mode 100644 index 0000000000..b915c3158c --- /dev/null +++ b/changelog.d/13365.bugfix @@ -0,0 +1 @@ +Fix a bug introduced in Synapse v1.41.0 where the `/hierarchy` API returned non-standard information (a `room_id` field under each entry in `children_state`). |