Use a named type for protocol timestamp

This commit is contained in:
Alex Konradi
2024-04-30 16:33:11 -04:00
committed by GitHub
parent 6c8cf11311
commit 09bffd5ab4
21 changed files with 136 additions and 100 deletions

View File

@@ -222,7 +222,7 @@ pub unsafe extern "C" fn signal_sealed_session_cipher_decrypt(
let decrypted = sealed_sender_decrypt(
ctext,
trust_root,
timestamp,
Timestamp::from_epoch_millis(timestamp),
local_e164,
local_uuid,
local_device_id.into(),