summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorMichael Telatynski <7t3chguy@gmail.com>2021-08-04 18:39:57 +0100
committerGitHub <noreply@github.com>2021-08-04 13:39:57 -0400
commit9db24cc50d252b1685a4ac69a736b49ed225dcb6 (patch)
tree7af2c709f30bc90840cff56e1997c7d0b3af436e /changelog.d
parentAdd support for MSC2716 marker events (#10498) (diff)
downloadsynapse-9db24cc50d252b1685a4ac69a736b49ed225dcb6.tar.xz
Send unstable-prefixed room_type in store-invite IS API requests (#10435)
The room type is per MSC3288 to allow the identity-server to
change invitation wording based on whether the invitation is to
a room or a space.

The prefixed key will be replaced once MSC3288 is accepted
into the spec.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/10435.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10435.feature b/changelog.d/10435.feature
new file mode 100644
index 0000000000..f93ef5b415
--- /dev/null
+++ b/changelog.d/10435.feature
@@ -0,0 +1 @@
+Experimental support for [MSC3288](https://github.com/matrix-org/matrix-doc/pull/3288), sending `room_type` to the identity server for 3pid invites over the `/store-invite` API.