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

Remove docs too

This commit is contained in:
Travis Ralston
2020-01-20 23:12:09 -07:00
parent 15707956ef
commit c5cbe48668

View File

@@ -1005,18 +1005,6 @@ function wrapCryptoFuncs(MatrixClient, names) {
* @returns {string} the key ID
*/
/**
* Get the user's cross-signing key.
* The cross-signing API is currently UNSTABLE and may change without notice.
*
* @function module:client~MatrixClient#getCrossSigningKey
* @param {string} type The key type ("master", "self_signing", or "user_signing")
* @param {string} expectedPublicKey The matching public key or undefined to use
* the stored public key for the given key type.
*
* @returns {Array} An array with [ public key, Olm.PkSigning ]
*/
/**
* Get the cross signing information for a given user.
* The cross-signing API is currently UNSTABLE and may change without notice.