mirror of
https://github.com/chatmail/core.git
synced 2026-05-09 09:56:31 +03:00
Fix a typo ("Messag")
This commit is contained in:
@@ -518,7 +518,7 @@ fn add_parts(
|
|||||||
|
|
||||||
if chat_id.is_unset() && self_sent {
|
if chat_id.is_unset() && self_sent {
|
||||||
// from_id==to_id==DC_CONTACT_ID_SELF - this is a self-sent messages,
|
// from_id==to_id==DC_CONTACT_ID_SELF - this is a self-sent messages,
|
||||||
// maybe an Autocrypt Setup Messag
|
// maybe an Autocrypt Setup Message
|
||||||
let (id, bl) =
|
let (id, bl) =
|
||||||
chat::create_or_lookup_by_contact_id(context, DC_CONTACT_ID_SELF, Blocked::Not)
|
chat::create_or_lookup_by_contact_id(context, DC_CONTACT_ID_SELF, Blocked::Not)
|
||||||
.unwrap_or_default();
|
.unwrap_or_default();
|
||||||
|
|||||||
Reference in New Issue
Block a user