fix refactor mistake in logging

This commit is contained in:
Bruno Windels 2022-06-02 15:58:50 +02:00
parent f452c3ff4c
commit 8ba1d085f6
1 changed files with 2 additions and 1 deletions

View File

@ -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,
});
}
}