mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-09-19 19:34:35 -04:00
Correctly handle id_server param
This commit is contained in:
parent
24232514bf
commit
4ef5d17b96
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ class DeactivateAccountHandler(BaseHandler):
|
||||||
{
|
{
|
||||||
'medium': threepid['medium'],
|
'medium': threepid['medium'],
|
||||||
'address': threepid['address'],
|
'address': threepid['address'],
|
||||||
|
'id_server': id_server,
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
identity_server_supports_unbinding &= result
|
identity_server_supports_unbinding &= result
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue