Skip to content

Commit

Permalink
Remove timestamp validation comment
Browse files Browse the repository at this point in the history
  • Loading branch information
richardhuaaa committed Nov 14, 2023
1 parent 8829ac8 commit 3d84f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmtp_mls/src/groups/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ where
id: message_id,
group_id: self.group_id.clone(),
decrypted_message_bytes: message_bytes,
sent_at_ns: envelope_timestamp_ns as i64, // TODO validate that this timestamp is controlled by server
sent_at_ns: envelope_timestamp_ns as i64,
kind: GroupMessageKind::Application,
sender_installation_id: sender_installation_id,
sender_wallet_address: sender_account_address,
Expand Down

0 comments on commit 3d84f9c

Please sign in to comment.