Add missing await

This commit is contained in:
Tulir Asokan
2019-02-11 23:33:46 +02:00
parent 790bb04ae5
commit c028e1befc
+1 -1
View File
@@ -1165,7 +1165,7 @@ class Portal:
continue
user = u.User.get_by_mxid(user_id, create=False)
if user and user.tgid:
entity = self.get_input_entity(user)
entity = await self.get_input_entity(user)
if entity:
break
if not entity: