mirror of
https://github.com/chatmail/core.git
synced 2026-05-20 15:26:30 +03:00
run cargo fmt
This commit is contained in:
@@ -817,12 +817,12 @@ pub unsafe fn dc_msg_get_summary<'a>(
|
|||||||
OK_TO_CONTINUE = false;
|
OK_TO_CONTINUE = false;
|
||||||
}
|
}
|
||||||
if OK_TO_CONTINUE == false {
|
if OK_TO_CONTINUE == false {
|
||||||
if (*msg).from_id != 1 as libc::c_uint
|
if (*msg).from_id != 1 as libc::c_uint
|
||||||
&& ((*chat).type_0 == 120 || (*chat).type_0 == 130)
|
&& ((*chat).type_0 == 120 || (*chat).type_0 == 130)
|
||||||
{
|
{
|
||||||
contact = dc_get_contact((*chat).context, (*msg).from_id)
|
contact = dc_get_contact((*chat).context, (*msg).from_id)
|
||||||
}
|
}
|
||||||
dc_lot_fill(ret, msg, chat, contact, (*msg).context);
|
dc_lot_fill(ret, msg, chat, contact, (*msg).context);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
dc_contact_unref(contact);
|
dc_contact_unref(contact);
|
||||||
|
|||||||
Reference in New Issue
Block a user