You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-12-08 19:08:34 +03:00
Remove docs too
This commit is contained in:
@@ -1005,18 +1005,6 @@ function wrapCryptoFuncs(MatrixClient, names) {
|
|||||||
* @returns {string} the key ID
|
* @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.
|
* Get the cross signing information for a given user.
|
||||||
* The cross-signing API is currently UNSTABLE and may change without notice.
|
* The cross-signing API is currently UNSTABLE and may change without notice.
|
||||||
|
|||||||
Reference in New Issue
Block a user