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

More unstable notices

This commit is contained in:
J. Ryan Stinnett
2019-12-06 13:13:20 +00:00
parent 9b05d1d68e
commit 3f2c05664f

View File

@@ -1046,6 +1046,7 @@ MatrixClient.prototype.checkEventSenderTrust = async function(event) {
/**
* Create a recovery key from a user-supplied passphrase.
* The Secure Secret Storage API is currently UNSTABLE and may change without notice.
*
* @function module:client~MatrixClient#createRecoveryKeyFromPassphrase
* @param {string} password Passphrase string that can be entered by the user
@@ -1059,6 +1060,7 @@ MatrixClient.prototype.checkEventSenderTrust = async function(event) {
* the cross-signing master key. If everything is already set up, then no
* changes are made, so this is safe to run to ensure secret storage is ready
* for use.
* The Secure Secret Storage API is currently UNSTABLE and may change without notice.
*
* @function module:client~MatrixClient#bootstrapSecretStorage
* @param {function} [opts.authUploadDeviceSigningKeys] Optional. Function