mirror of
https://github.com/chatmail/core.git
synced 2026-05-24 17:26:30 +03:00
cargo fmt
This commit is contained in:
committed by
holger krekel
parent
e40cfeec58
commit
275f5d713f
@@ -291,6 +291,7 @@ pub unsafe fn dc_receive_imf(
|
||||
&rr_event_to_send,
|
||||
);
|
||||
}
|
||||
|
||||
unsafe fn add_parts(
|
||||
context: &Context,
|
||||
mut mime_parser: &mut MimeParser,
|
||||
@@ -1443,7 +1444,7 @@ unsafe fn create_or_lookup_adhoc_group(
|
||||
context.call_cb(Event::ChatModified(chat_id));
|
||||
|
||||
cleanup(ret_chat_id, ret_chat_id_blocked, chat_id, chat_id_blocked);
|
||||
return Ok(())
|
||||
return Ok(());
|
||||
}
|
||||
|
||||
fn create_group_record(
|
||||
|
||||
@@ -671,9 +671,7 @@ impl<'a> MimeFactory<'a> {
|
||||
.push(factory.from_displayname.to_string());
|
||||
factory.recipients_addr.push(factory.from_addr.to_string());
|
||||
} else {
|
||||
context
|
||||
.sql
|
||||
.query_map(
|
||||
context.sql.query_map(
|
||||
"SELECT c.authname, c.addr \
|
||||
FROM chats_contacts cc \
|
||||
LEFT JOIN contacts c ON cc.contact_id=c.id \
|
||||
|
||||
Reference in New Issue
Block a user