client: Switch to the new confirm auth string function.

This commit is contained in:
Damir Jelić 2019-05-07 09:33:12 +02:00
parent 5ef5551977
commit 57f3a00a78

View File

@ -157,7 +157,7 @@ class PanClient(AsyncClient):
self.send_info("No such verification process found.")
return
await self.accept_short_auth_string(sas.transaction_id)
await self.confirm_short_auth_string(sas.transaction_id)
device = sas.other_olm_device
if sas.verified: