Compare commits

...

1 Commits

Author SHA1 Message Date
iequidoo
ca757f74e9 feat: receive_imf_inner: Add missing initialisation of ReceivedMsg::from_is_signed 2023-12-01 20:23:42 -03:00

View File

@@ -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 => {