You've already forked matrix-js-sdk
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:
@@ -1046,6 +1046,7 @@ MatrixClient.prototype.checkEventSenderTrust = async function(event) {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Create a recovery key from a user-supplied passphrase.
|
* 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
|
* @function module:client~MatrixClient#createRecoveryKeyFromPassphrase
|
||||||
* @param {string} password Passphrase string that can be entered by the user
|
* @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
|
* 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
|
* changes are made, so this is safe to run to ensure secret storage is ready
|
||||||
* for use.
|
* for use.
|
||||||
|
* The Secure Secret Storage API is currently UNSTABLE and may change without notice.
|
||||||
*
|
*
|
||||||
* @function module:client~MatrixClient#bootstrapSecretStorage
|
* @function module:client~MatrixClient#bootstrapSecretStorage
|
||||||
* @param {function} [opts.authUploadDeviceSigningKeys] Optional. Function
|
* @param {function} [opts.authUploadDeviceSigningKeys] Optional. Function
|
||||||
|
|||||||
Reference in New Issue
Block a user