Missing yield

This commit is contained in:
David Baker 2018-06-04 12:01:13 +01:00
parent f731e42baf
commit e44150a6de

View file

@ -826,7 +826,7 @@ class AuthHandler(BaseHandler):
address = address.lower()
identity_handler = self.hs.get_handlers().identity_handler
identity_handler.unbind_threepid(
yield identity_handler.unbind_threepid(
user_id,
{
'medium': medium,