mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
fix syntax error typo
This commit is contained in:
@@ -251,7 +251,7 @@ pub async fn pk_encrypt(
|
||||
) -> Result<String> {
|
||||
let lit_msg = Message::new_literal_bytes("", plain);
|
||||
|
||||
spawn_named_blocking_task("pk_encrypt", move || {
|
||||
spawn_named_blocking_task!("pk_encrypt", move || {
|
||||
let pkeys: Vec<SignedPublicKeyOrSubkey> = public_keys_for_encryption
|
||||
.iter()
|
||||
.filter_map(select_pk_for_encryption)
|
||||
|
||||
Reference in New Issue
Block a user