mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-22 18:21: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);
|
||||
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