diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2019-09-20 10:46:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-20 10:46:34 +0100 |
commit | 3ac614eb6c294b7f77dde123f85ddaf3a389e3b8 (patch) | |
tree | 0bdb6584e1470e4a6b6e715070f0749e66d73c92 /changelog.d | |
parent | Docker: support SYNAPSE_WORKER envvar (#6058) (diff) | |
download | synapse-3ac614eb6c294b7f77dde123f85ddaf3a389e3b8.tar.xz |
Drop support for bind param on POST /account/3pid (MSC2290) (#6067)
As per [MSC2290](https://github.com/matrix-org/matrix-doc/pull/2290/files#diff-05cde9463e9209b701312b3baf2fb2ebR151), we're dropping the bind parameter from `/account/3pid`. This endpoint can now only be used for adding threepid's to the user's account on the homeserver.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6067.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6067.feature b/changelog.d/6067.feature new file mode 100644 index 0000000000..72685961c9 --- /dev/null +++ b/changelog.d/6067.feature @@ -0,0 +1 @@ +Remove `bind` parameter from Client Server POST `/account` endpoint as per [MSC2290](https://github.com/matrix-org/matrix-doc/pull/2290/). \ No newline at end of file |