mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-23 02:31:39 +01:00
Remove magic string
This commit is contained in:
parent
65c0afb027
commit
8e08916502
@ -26,7 +26,7 @@ export class SendRequestVerificationStage extends BaseSASVerificationStage {
|
|||||||
};
|
};
|
||||||
await this.channel.send(VerificationEventTypes.Request, content, log);
|
await this.channel.send(VerificationEventTypes.Request, content, log);
|
||||||
this.setNextStage(new SelectVerificationMethodStage(this.options));
|
this.setNextStage(new SelectVerificationMethodStage(this.options));
|
||||||
await this.channel.waitForEvent("m.key.verification.ready");
|
await this.channel.waitForEvent(VerificationEventTypes.Ready);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user