diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2019-09-23 18:49:00 +0200 |
---|---|---|
committer | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-09-23 17:49:00 +0100 |
commit | 2c99c634532a62fa3479c1f90929b3eabe7880bc (patch) | |
tree | 29902652e99f5723a996d6b0716f1f03a0c19c4c /changelog.d | |
parent | Implement MSC2290 (#6043) (diff) | |
download | synapse-2c99c634532a62fa3479c1f90929b3eabe7880bc.tar.xz |
Add POST submit_token endpoint for MSISDN (#6078)
First part of solving #6076
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6078.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6078.feature b/changelog.d/6078.feature new file mode 100644 index 0000000000..fae1e52322 --- /dev/null +++ b/changelog.d/6078.feature @@ -0,0 +1 @@ +Add `POST /add_threepid/msisdn/submit_token` endpoint for proxying submitToken on an account_threepid_handler. \ No newline at end of file |