From c5cbe48668c96ef4e64fbedfc93ee91aebc70860 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Mon, 20 Jan 2020 23:12:09 -0700 Subject: [PATCH] Remove docs too --- src/client.js | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/client.js b/src/client.js index 8f03b24bd..8a3059431 100644 --- a/src/client.js +++ b/src/client.js @@ -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.