mirror of
https://github.com/chatmail/core.git
synced 2026-04-27 02:16:29 +03:00
add device-message only once
This commit is contained in:
committed by
holger krekel
parent
fc32c85608
commit
a42e197634
@@ -245,7 +245,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, &mut msg)?;
|
||||
chat::add_device_msg_once(context, "bcc-self-hint", &mut msg)?;
|
||||
}
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user