diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2019-09-23 22:21:03 +0200 |
---|---|---|
committer | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-09-23 21:21:03 +0100 |
commit | 50776261e1565afe45a1cfd4a991c24110c2e519 (patch) | |
tree | 14d5e585b645f0002d9f8b2c5236681389a6e756 /synapse/handlers | |
parent | Add an unstable feature flag for separate add/bind 3pid APIs (#6044) (diff) | |
download | synapse-50776261e1565afe45a1cfd4a991c24110c2e519.tar.xz |
Add submit_url response parameter to msisdn /requestToken (#6079)
Second part of solving #6076 Fixes #6076 We return a submit_url parameter on calls to POST */msisdn/requestToken so that clients know where to submit token information to.
Diffstat (limited to 'synapse/handlers')
-rw-r--r-- | synapse/handlers/identity.py | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/synapse/handlers/identity.py b/synapse/handlers/identity.py |