You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
Add reciprocate as a method
This commit is contained in:
committed by
Bruno Windels
parent
afc38b92a0
commit
ccde5530d2
@ -136,6 +136,7 @@ export default class DeviceVerifyDialog extends React.Component {
|
||||
verificationMethods.SAS,
|
||||
SHOW_QR_CODE_METHOD,
|
||||
SCAN_QR_CODE_METHOD,
|
||||
verificationMethods.RECIPROCATE_QR_CODE,
|
||||
]);
|
||||
|
||||
await this._request.waitFor(r => r.ready || r.started);
|
||||
|
Reference in New Issue
Block a user