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

This is now implemented

Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
This commit is contained in:
David Baker
2019-11-15 14:56:05 +00:00
committed by GitHub
parent 2ab033e76e
commit 5224ef4b1f

View File

@@ -1086,7 +1086,7 @@ MatrixClient.prototype.checkEventSenderTrust = async function(event) {
* @function module:client~MatrixClient#isSecretStored
* @param {string} name the name of the secret
* @param {boolean} checkKey check if the secret is encrypted by a trusted
* key (currently unimplemented)
* key
*
* @return {boolean} whether or not the secret is stored
*/