diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-04-12 11:27:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-12 11:27:45 -0400 |
commit | 4bdbebccb98bcc0e8862b1e8b532d9a491a90dac (patch) | |
tree | 380b571462a5414b3032cbd623c9e09a904a27d2 /changelog.d | |
parent | Fix typos in release script docs (#12450) (diff) | |
download | synapse-4bdbebccb98bcc0e8862b1e8b532d9a491a90dac.tar.xz |
Remove the unstable event field for `/send_join` per MSC3083. (#12395)
This was missed when initially stabilising room version 8 and was left in as a compatibility shim. Most homeservers have upgraded to a version which expects the proper field name, and the failure mode is reasonable (a user on an older server may have to attempt joining the room twice with an obscure error message the first time).
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12395.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12395.misc b/changelog.d/12395.misc new file mode 100644 index 0000000000..0a2123b294 --- /dev/null +++ b/changelog.d/12395.misc @@ -0,0 +1 @@ +Remove an unstable identifier from [MSC3083](https://github.com/matrix-org/matrix-doc/pull/3083). |