diff options
author | J. Ryan Stinnett <jryans@gmail.com> | 2019-09-19 14:43:21 +0100 |
---|---|---|
committer | J. Ryan Stinnett <jryans@gmail.com> | 2019-09-19 14:43:21 +0100 |
commit | 7b65f0539e3457e1dabc39fc6abe0f8706246a5a (patch) | |
tree | 3e0fdc3256c20a2140a02d79ebac3bd9941876f7 | |
parent | Remove from r0 as well (diff) | |
download | synapse-github/jryans/3pid-unbind-unstable.tar.xz |
Update old news github/jryans/3pid-unbind-unstable jryans/3pid-unbind-unstable
-rw-r--r-- | changelog.d/5980.feature | 2 | ||||
-rw-r--r-- | changelog.d/6062.bugfix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/changelog.d/5980.feature b/changelog.d/5980.feature index f25d8d81d9..e20117cf1c 100644 --- a/changelog.d/5980.feature +++ b/changelog.d/5980.feature @@ -1 +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 +Add POST /_matrix/client/unstable/account/3pid/unbind endpoint from MSC2140 for unbinding a 3PID from an identity server without removing it from the homeserver user account. diff --git a/changelog.d/6062.bugfix b/changelog.d/6062.bugfix index 93ecfe588d..e20117cf1c 100644 --- a/changelog.d/6062.bugfix +++ b/changelog.d/6062.bugfix @@ -1 +1 @@ -Use unstable prefix for 3PID unbind API. +Add POST /_matrix/client/unstable/account/3pid/unbind endpoint from MSC2140 for unbinding a 3PID from an identity server without removing it from the homeserver user account. |