summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2022-04-12 11:27:45 -0400
committerGitHub <noreply@github.com>2022-04-12 11:27:45 -0400
commit4bdbebccb98bcc0e8862b1e8b532d9a491a90dac (patch)
tree380b571462a5414b3032cbd623c9e09a904a27d2 /changelog.d
parentFix typos in release script docs (#12450) (diff)
downloadsynapse-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.misc1
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).