diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-10-03 12:47:15 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-03 16:47:15 +0000 |
commit | b706111b7805dceb268e114b6c291c4318288cf0 (patch) | |
tree | bef08fdb3b4a64a8d3dcdef37375f1f169b15b1f /changelog.d | |
parent | Bump docker/login-action from 1 to 2 (#13978) (diff) | |
download | synapse-b706111b7805dceb268e114b6c291c4318288cf0.tar.xz |
Do not return unspecced original_event field when using the stable /relations endpoint. (#14025)
Keep the old behavior (of including the original_event field) for any requests to the /unstable version of the endpoint, but do not include the field when the /v1 version is used. This should avoid new clients from depending on this field, but will not help with current dependencies.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14025.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14025.bugfix b/changelog.d/14025.bugfix new file mode 100644 index 0000000000..391364f44d --- /dev/null +++ b/changelog.d/14025.bugfix @@ -0,0 +1 @@ +Do not return an unspecified `original_event` field when using the stable `/relations` endpoint. Introduced in Synapse v1.57.0. |