From c550f83a04fb82e706fd529ac7005f05f21db8fc Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 15 Nov 2019 14:57:29 +0000 Subject: [PATCH] update jsdoc --- src/crypto/CrossSigning.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/crypto/CrossSigning.js b/src/crypto/CrossSigning.js index e07426af2..90d95014a 100644 --- a/src/crypto/CrossSigning.js +++ b/src/crypto/CrossSigning.js @@ -474,7 +474,8 @@ export class DeviceTrustLevel { } /** - * @returns {bool} true if this user's key is trusted on first use + * @returns {bool} true if this device is trusted from a user's key + * that is trusted on first use */ isTofu() { return this._tofu;