From 57f3a00a78e99ee1b430734338b2ea066c89bdfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Tue, 7 May 2019 09:33:12 +0200 Subject: [PATCH] client: Switch to the new confirm auth string function. --- pantalaimon/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pantalaimon/client.py b/pantalaimon/client.py index b286f14..dc0cf15 100644 --- a/pantalaimon/client.py +++ b/pantalaimon/client.py @@ -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: