mirror of
https://github.com/signalapp/libsignal.git
synced 2026-04-26 01:35:22 +02:00
Use a named type for protocol timestamp
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user