0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-30 21:49:07 +02:00

Correctly handle id_server param

This commit is contained in:
Erik Johnston 2019-04-02 11:17:51 +01:00
parent 24232514bf
commit 4ef5d17b96

View file

@ -77,6 +77,7 @@ class DeactivateAccountHandler(BaseHandler):
{
'medium': threepid['medium'],
'address': threepid['address'],
'id_server': id_server,
},
)
identity_server_supports_unbinding &= result