server: Change the Sas confirmation function.
This commit is contained in:
parent
88a2de637d
commit
810a95edf0
1 changed files with 1 additions and 1 deletions
|
@ -1328,7 +1328,7 @@ class MatrixServer(object):
|
||||||
self.send(request)
|
self.send(request)
|
||||||
|
|
||||||
def confirm_sas(self, sas):
|
def confirm_sas(self, sas):
|
||||||
_, request = self.client.accept_short_auth_string(sas.transaction_id)
|
_, request = self.client.confirm_short_auth_string(sas.transaction_id)
|
||||||
self.send(request)
|
self.send(request)
|
||||||
|
|
||||||
device = sas.other_olm_device
|
device = sas.other_olm_device
|
||||||
|
|
Loading…
Add table
Reference in a new issue