mirror of
https://github.com/chatmail/core.git
synced 2026-05-02 21:06:31 +03:00
use dc_add_device_msg() also to add labels-only, this is clearer as having a function with 'skip' in the name
This commit is contained in:
@@ -247,7 +247,7 @@ fn maybe_add_bcc_self_device_msg(context: &Context) -> Result<()> {
|
||||
go to the settings and enable \"Send copy to self\"."
|
||||
.to_string(),
|
||||
);
|
||||
chat::add_device_msg(context, Some("bcc-self-hint"), &mut msg)?;
|
||||
chat::add_device_msg(context, Some("bcc-self-hint"), Some(&mut msg))?;
|
||||
}
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user