refactor: factor securejoin processing out of add_parts

This commit is contained in:
link2xt
2023-11-28 20:27:04 +00:00
parent 84144659cf
commit 766bb5c8aa
2 changed files with 66 additions and 67 deletions

View File

@@ -243,6 +243,7 @@ async fn fingerprint_equals_sender(
/// next with this incoming setup-contact/secure-join handshake message.
///
/// [`receive_imf`]: crate::receive_imf::receive_imf
#[derive(Debug, PartialEq, Eq)]
pub(crate) enum HandshakeMessage {
/// The message has been fully handled and should be removed/delete.
///