mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-02-08 02:55:19 -05:00
client: Add a missing await.
This commit is contained in:
parent
a560462da7
commit
ba4ed34941
@ -190,7 +190,7 @@ class PanClient(AsyncClient):
|
||||
sas = self.get_active_sas(user_id, device_id)
|
||||
|
||||
if not sas:
|
||||
self.send_info("No such verification process found.")
|
||||
await self.send_info("No such verification process found.")
|
||||
return
|
||||
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user