Skip to content
Snippets Groups Projects
Commit 4ef5d17b authored by Erik Johnston's avatar Erik Johnston
Browse files

Correctly handle id_server param

parent 24232514
No related branches found
No related tags found
No related merge requests found
......@@ -77,6 +77,7 @@ class DeactivateAccountHandler(BaseHandler):
{
'medium': threepid['medium'],
'address': threepid['address'],
'id_server': id_server,
},
)
identity_server_supports_unbinding &= result
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment