From f096e5251585685509560d667c7223916331baaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20F=C3=A9ron?= Date: Wed, 23 Oct 2024 10:05:39 +0200 Subject: [PATCH] Fix typo --- src/sender.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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?