You've already forked matrix-js-sdk
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:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user