diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-06-10 07:15:51 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-10 07:15:51 -0400 |
commit | 81608490e364d5a332b06606aba0703f2fb5d0a9 (patch) | |
tree | 6775d0d9d68f3f97c3a227ea819217ba253468a9 /changelog.d | |
parent | Enable testing against PostgreSQL databases in Complement CI. (#12965) (diff) | |
download | synapse-81608490e364d5a332b06606aba0703f2fb5d0a9.tar.xz |
Stop depending on `room_id` to be returned for children state in the hierarchy response. (#12991)
The `room_id` field was removed from MSC2946 before it was accepted. It was initially kept for backwards compatibility and should be removed now that the stable form of the API is used. This change only stops Synapse from validating that it is returned, a future PR will remove returning it as part of the response.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12991.bugfix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/12991.bugfix b/changelog.d/12991.bugfix new file mode 100644 index 0000000000..c6e388d5b9 --- /dev/null +++ b/changelog.d/12991.bugfix @@ -0,0 +1,2 @@ +Fix a bug where non-standard information was required when requesting the `/hierarchy` API over federation. Introduced +in Synapse v1.41.0. |