pub(crate) async fn update_last_seen( context: &Context, contact_id: ContactId, timestamp: i64, ) -> Result<()>
Updates last seen timestamp of the contact if it is earlier than the given timestamp.
timestamp