You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-17 17:42:41 +03:00
Rename estimatedTargetDevice to targetDevice
This commit is contained in:
@@ -47,7 +47,7 @@ export default class VerificationQRCode extends React.PureComponent {
|
|||||||
const myUserId = cli.getUserId();
|
const myUserId = cli.getUserId();
|
||||||
const otherUserId = verificationRequest.otherUserId;
|
const otherUserId = verificationRequest.otherUserId;
|
||||||
const myDeviceId = cli.getDeviceId();
|
const myDeviceId = cli.getDeviceId();
|
||||||
const otherDevice = verificationRequest.estimatedTargetDevice;
|
const otherDevice = verificationRequest.targetDevice;
|
||||||
const otherDeviceId = otherDevice ? otherDevice.deviceId : null;
|
const otherDeviceId = otherDevice ? otherDevice.deviceId : null;
|
||||||
|
|
||||||
const qrProps = {
|
const qrProps = {
|
||||||
|
|||||||
Reference in New Issue
Block a user