diff --git a/src/sender.rs b/src/sender.rs index 9e4091a45..cea28bcf2 100644 --- a/src/sender.rs +++ b/src/sender.rs @@ -545,7 +545,7 @@ where }) = self .create_encrypted_messages( &recipient, - uDnidentified_access.map(|x| &x.certificate), + unidentified_access.map(|x| &x.certificate), &content_bytes, ) .await?