mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-22 11:34:57 -05:00
Missing yield
This commit is contained in:
parent
f731e42baf
commit
e44150a6de
@ -826,7 +826,7 @@ class AuthHandler(BaseHandler):
|
|||||||
address = address.lower()
|
address = address.lower()
|
||||||
|
|
||||||
identity_handler = self.hs.get_handlers().identity_handler
|
identity_handler = self.hs.get_handlers().identity_handler
|
||||||
identity_handler.unbind_threepid(
|
yield identity_handler.unbind_threepid(
|
||||||
user_id,
|
user_id,
|
||||||
{
|
{
|
||||||
'medium': medium,
|
'medium': medium,
|
||||||
|
Loading…
Reference in New Issue
Block a user