Skip to content

Commit

Permalink
Remove docs too
Browse files Browse the repository at this point in the history
  • Loading branch information
turt2live committed Jan 21, 2020
1 parent d63098a commit d03bae6
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d03bae6

Please sign in to comment.