mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
feat: receive_imf_inner: Add missing initialisation of ReceivedMsg::from_is_signed
This commit is contained in:
@@ -276,6 +276,8 @@ pub(crate) async fn receive_imf_inner(
|
||||
sort_timestamp: sent_timestamp,
|
||||
msg_ids: vec![msg_id],
|
||||
needs_delete_job: res == securejoin::HandshakeMessage::Done,
|
||||
#[cfg(test)]
|
||||
from_is_signed: mime_parser.from_is_signed,
|
||||
});
|
||||
}
|
||||
securejoin::HandshakeMessage::Propagate => {
|
||||
|
||||
Reference in New Issue
Block a user