forked from mystiq/hydrogen-web
fix refactor mistake in logging
This commit is contained in:
parent
f452c3ff4c
commit
8ba1d085f6
1 changed files with 2 additions and 1 deletions
|
@ -91,7 +91,8 @@ export class DeviceMessageHandler {
|
|||
l: "could not verify olm fingerprint key matches, ignoring",
|
||||
ed25519Key: dr.device.ed25519Key,
|
||||
claimedEd25519Key: dr.claimedEd25519Key,
|
||||
deviceId, userId,
|
||||
deviceId: device.deviceId,
|
||||
userId: device.userId,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue