diff --git a/src/matrix/verification/CrossSigning.ts b/src/matrix/verification/CrossSigning.ts index 67a5616a..77b489d2 100644 --- a/src/matrix/verification/CrossSigning.ts +++ b/src/matrix/verification/CrossSigning.ts @@ -117,7 +117,6 @@ export class CrossSigning { log.set("mskNotTrusted", true); return; } - // need to be able to get the msk for the user const keyToSign = await this.deviceTracker.deviceForId(this.ownUserId, deviceId, this.hsApi, log); if (!keyToSign) { return undefined; @@ -135,7 +134,6 @@ export class CrossSigning { log.set("mskNotTrusted", true); return; } - // need to be able to get the msk for the user // can't sign own user if (userId === this.ownUserId) { return;