mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 01:16:31 +03:00
Remove unnecessary context binding to self
This commit is contained in:
@@ -32,7 +32,6 @@ pub async fn try_decrypt(
|
|||||||
// Possibly perform decryption
|
// Possibly perform decryption
|
||||||
let public_keyring_for_validate = keyring_from_peerstate(&decryption_info.peerstate);
|
let public_keyring_for_validate = keyring_from_peerstate(&decryption_info.peerstate);
|
||||||
|
|
||||||
let context = context;
|
|
||||||
let encrypted_data_part = match get_autocrypt_mime(mail)
|
let encrypted_data_part = match get_autocrypt_mime(mail)
|
||||||
.or_else(|| get_mixed_up_mime(mail))
|
.or_else(|| get_mixed_up_mime(mail))
|
||||||
.or_else(|| get_attachment_mime(mail))
|
.or_else(|| get_attachment_mime(mail))
|
||||||
|
|||||||
Reference in New Issue
Block a user