summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2019-09-23 17:50:27 +0200
committerRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2019-09-23 16:50:27 +0100
commit30af161af27146cc44152292060c7005a6b8546b (patch)
tree76608bb5095b44d88d87b29bb01c210016100fa8 /changelog.d
parentDisable /register/available if registration is disabled (#6082) (diff)
downloadsynapse-30af161af27146cc44152292060c7005a6b8546b.tar.xz
Implement MSC2290 (#6043)
Implements MSC2290. This PR adds two new endpoints, /unstable/account/3pid/add and /unstable/account/3pid/bind. Depending on the progress of that MSC the unstable prefix may go away.

This PR also removes the blacklist on some 3PID tests which occurs in #6042, as the corresponding Sytest PR changes them to use the new endpoints.

Finally, it also modifies the account deactivation code such that it doesn't just try to deactivate 3PIDs that were bound to the user's account, but any 3PIDs that were bound through the homeserver on that user's account.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6043.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6043.feature b/changelog.d/6043.feature
new file mode 100644
index 0000000000..cd27b0400b
--- /dev/null
+++ b/changelog.d/6043.feature
@@ -0,0 +1 @@
+Implement new Client Server API endpoints `/account/3pid/add` and `/account/3pid/bind` as per [MSC2290](https://github.com/matrix-org/matrix-doc/pull/2290).
\ No newline at end of file