diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-11-29 10:43:20 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-29 15:43:20 +0000 |
commit | 9d1971a5c440fe2bb92ea092d17ac00d37e36466 (patch) | |
tree | 8cbecb1151ef15ce7a5d73d93c6f11981c3020d9 /changelog.d | |
parent | Update the media repository documentation (#11415) (diff) | |
download | synapse-9d1971a5c440fe2bb92ea092d17ac00d37e36466.tar.xz |
Return the stable `event` field from `/send_join` per MSC3083. (#11413)
This does not remove the unstable field and still parses both. Handling of the unstable field will need to be removed in the future.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11413.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11413.bugfix b/changelog.d/11413.bugfix new file mode 100644 index 0000000000..44111d8152 --- /dev/null +++ b/changelog.d/11413.bugfix @@ -0,0 +1 @@ +The `/send_join` response now includes the stable `event` field instead of the unstable field from [MSC3083](https://github.com/matrix-org/matrix-doc/pull/3083). |