mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-02-08 02:55:19 -05:00
client: Switch to the new confirm auth string function.
This commit is contained in:
parent
5ef5551977
commit
57f3a00a78
@ -157,7 +157,7 @@ class PanClient(AsyncClient):
|
|||||||
self.send_info("No such verification process found.")
|
self.send_info("No such verification process found.")
|
||||||
return
|
return
|
||||||
|
|
||||||
await self.accept_short_auth_string(sas.transaction_id)
|
await self.confirm_short_auth_string(sas.transaction_id)
|
||||||
|
|
||||||
device = sas.other_olm_device
|
device = sas.other_olm_device
|
||||||
if sas.verified:
|
if sas.verified:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user