summary refs log tree commit diff
path: root/synapse/handlers
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-04-02 11:17:51 +0100
committerErik Johnston <erik@matrix.org>2019-04-02 11:20:09 +0100
commit4ef5d17b96c03355175917e61e743810ace3fc26 (patch)
tree87e0c625ea86d67215f4e666a32e5d9205869e90 /synapse/handlers
parentRemove threepid binding if id server returns 400/404/501 (diff)
downloadsynapse-4ef5d17b96c03355175917e61e743810ace3fc26.tar.xz
Correctly handle id_server param
Diffstat (limited to 'synapse/handlers')
-rw-r--r--synapse/handlers/deactivate_account.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/handlers/deactivate_account.py b/synapse/handlers/deactivate_account.py
index 101879f89f..6a91f7698e 100644
--- a/synapse/handlers/deactivate_account.py
+++ b/synapse/handlers/deactivate_account.py
@@ -77,6 +77,7 @@ class DeactivateAccountHandler(BaseHandler):
                     {
                         'medium': threepid['medium'],
                         'address': threepid['address'],
+                        'id_server': id_server,
                     },
                 )
                 identity_server_supports_unbinding &= result