mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-23 02:31:39 +01:00
Remove comment
This commit is contained in:
parent
672b0ac13d
commit
190465918e
@ -21,7 +21,7 @@ import type {DeviceTracker} from "../e2ee/DeviceTracker";
|
|||||||
import type * as OlmNamespace from "@matrix-org/olm";
|
import type * as OlmNamespace from "@matrix-org/olm";
|
||||||
import type {HomeServerApi} from "../net/HomeServerApi";
|
import type {HomeServerApi} from "../net/HomeServerApi";
|
||||||
import type {Account} from "../e2ee/Account";
|
import type {Account} from "../e2ee/Account";
|
||||||
import { ILogItem } from "../../lib";
|
import {ILogItem} from "../../lib";
|
||||||
import {pkSign} from "./common";
|
import {pkSign} from "./common";
|
||||||
import type {ISignatures} from "./common";
|
import type {ISignatures} from "./common";
|
||||||
import {SASVerification} from "./SAS/SASVerification";
|
import {SASVerification} from "./SAS/SASVerification";
|
||||||
@ -80,7 +80,6 @@ export class CrossSigning {
|
|||||||
)) {
|
)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
console.log("unencrypted event", unencryptedEvent);
|
|
||||||
if (unencryptedEvent.type === VerificationEventTypes.Request ||
|
if (unencryptedEvent.type === VerificationEventTypes.Request ||
|
||||||
unencryptedEvent.type === VerificationEventTypes.Start) {
|
unencryptedEvent.type === VerificationEventTypes.Start) {
|
||||||
await this.platform.logger.run("Start verification from request", async (log) => {
|
await this.platform.logger.run("Start verification from request", async (log) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user