mirror of https://github.com/vector-im/riot-web
fix legacy verify user
parent
cf4f595f79
commit
6dc7bf4bdf
|
@ -99,7 +99,7 @@ export async function legacyVerifyUser(user) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
const cli = MatrixClientPeg.get();
|
const cli = MatrixClientPeg.get();
|
||||||
const verificationRequestPromise = cli.beginKeyVerification(user.userId);
|
const verificationRequestPromise = cli.requestVerification(user.userId);
|
||||||
dis.dispatch({
|
dis.dispatch({
|
||||||
action: "set_right_panel_phase",
|
action: "set_right_panel_phase",
|
||||||
phase: RIGHT_PANEL_PHASES.EncryptionPanel,
|
phase: RIGHT_PANEL_PHASES.EncryptionPanel,
|
||||||
|
|
Loading…
Reference in New Issue