diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2019-09-05 14:00:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-05 14:00:30 +0100 |
commit | 90d17a3d28d7a87fe1231db3726759339c914753 (patch) | |
tree | e2c8a93a25b554fd9dc4bc5668da4e8a2832122d /changelog.d | |
parent | Remove bind_email and bind_msisdn (#5964) (diff) | |
download | synapse-90d17a3d28d7a87fe1231db3726759339c914753.tar.xz |
Add POST /_matrix/client/r0/account/3pid/unbind (MSC2140) (#5980)
Implements `POST /_matrix/client/r0/account/3pid/unbind` from [MSC2140](https://github.com/matrix-org/matrix-doc/blob/dbkr/tos_2/proposals/2140-terms-of-service-2.md#post-_matrixclientr0account3pidunbind).
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5980.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5980.feature b/changelog.d/5980.feature new file mode 100644 index 0000000000..f25d8d81d9 --- /dev/null +++ b/changelog.d/5980.feature @@ -0,0 +1 @@ +Add POST /_matrix/client/r0/account/3pid/unbind endpoint from MSC2140 for unbinding a 3PID from an identity server without removing it from the homeserver user account. \ No newline at end of file |