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

update jsdoc

This commit is contained in:
David Baker
2019-11-15 14:57:29 +00:00
parent 5224ef4b1f
commit c550f83a04

View File

@@ -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() { isTofu() {
return this._tofu; return this._tofu;