1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-12-07 05:22:15 +03:00

verify cross-signing key with SAS

This commit is contained in:
Hubert Chathi
2019-06-05 15:27:31 -04:00
parent 0c714ba4a1
commit 6f6e7ea921
5 changed files with 113 additions and 41 deletions

View File

@@ -854,6 +854,9 @@ MatrixClient.prototype.resetCrossSigningKeys
MatrixClient.prototype.setCrossSigningKeys
= wrapCryptoFunc("setCrossSigningKeys");
MatrixClient.prototype.getCrossSigningId
= wrapCryptoFunc("getCrossSigningId");
/**
* Cancel a room key request for this event if one is ongoing and resend the
* request.