mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
fix refactor mistake in logging
This commit is contained in:
parent
f452c3ff4c
commit
8ba1d085f6
@ -91,7 +91,8 @@ export class DeviceMessageHandler {
|
|||||||
l: "could not verify olm fingerprint key matches, ignoring",
|
l: "could not verify olm fingerprint key matches, ignoring",
|
||||||
ed25519Key: dr.device.ed25519Key,
|
ed25519Key: dr.device.ed25519Key,
|
||||||
claimedEd25519Key: dr.claimedEd25519Key,
|
claimedEd25519Key: dr.claimedEd25519Key,
|
||||||
deviceId, userId,
|
deviceId: device.deviceId,
|
||||||
|
userId: device.userId,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user