fix refactor mistake in logging

This commit is contained in:
Bruno Windels 2022-06-02 15:58:50 +02:00
parent f452c3ff4c
commit 8ba1d085f6

View file

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