Merge pull request #4318 from matrix-org/bwindels/fixlegacyuserverif
Fix: legacy verify user throwing errorpull/21833/head
						commit
						7a92c90b79
					
				|  | @ -99,7 +99,7 @@ export async function legacyVerifyUser(user) { | |||
|         return; | ||||
|     } | ||||
|     const cli = MatrixClientPeg.get(); | ||||
|     const verificationRequestPromise = cli.beginKeyVerification(user.userId); | ||||
|     const verificationRequestPromise = cli.requestVerification(user.userId); | ||||
|     dis.dispatch({ | ||||
|         action: "set_right_panel_phase", | ||||
|         phase: RIGHT_PANEL_PHASES.EncryptionPanel, | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Bruno Windels
						Bruno Windels