mirror of
https://github.com/chatmail/core.git
synced 2026-05-05 06:16:30 +03:00
feat: allow scanning multiple securejoin QR codes in parallel
This commit is contained in:
@@ -364,7 +364,7 @@ pub(crate) async fn receive_imf_inner(
|
||||
if mime_parser.get_header(HeaderDef::SecureJoin).is_some() {
|
||||
let res;
|
||||
if mime_parser.incoming {
|
||||
res = handle_securejoin_handshake(context, &mime_parser, from_id)
|
||||
res = handle_securejoin_handshake(context, &mut mime_parser, from_id)
|
||||
.await
|
||||
.context("error in Secure-Join message handling")?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user