Merge pull request #3257 from Hywan/fix-issue-3213

doc(crypto-ffi): `Device::first_time_seen_ts` has an incorrect unit
This commit is contained in:
Ivan Enderlin
2024-03-21 16:24:03 +01:00
committed by GitHub

View File

@@ -25,8 +25,8 @@ pub struct Device {
/// Is our cross signing identity trusted and does the identity trust the
/// device.
pub cross_signing_trusted: bool,
/// The first time this device was seen in local timestamp, seconds since
/// epoch.
/// The first time this device was seen in local timestamp, milliseconds
/// since epoch.
pub first_time_seen_ts: u64,
}