mirror of
https://github.com/chatmail/core.git
synced 2026-05-15 12:56:30 +03:00
fix accidentally called maybe_add_bcc_self_device_msg()
This commit is contained in:
committed by
holger krekel
parent
545376875a
commit
5023255ebc
@@ -160,7 +160,6 @@ fn do_initiate_key_transfer(context: &Context) -> Result<String> {
|
|||||||
// it would be too much noise to have two things popping up at the same time.
|
// it would be too much noise to have two things popping up at the same time.
|
||||||
// maybe_add_bcc_self_device_msg() is called on the other device
|
// maybe_add_bcc_self_device_msg() is called on the other device
|
||||||
// once the transfer is completed.
|
// once the transfer is completed.
|
||||||
maybe_add_bcc_self_device_msg(context)?;
|
|
||||||
Ok(setup_code)
|
Ok(setup_code)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user