mirror of
https://github.com/chatmail/core.git
synced 2026-05-24 09:16:32 +03:00
fixup: format
This commit is contained in:
@@ -1237,8 +1237,7 @@ unsafe fn create_or_lookup_group(
|
|||||||
set_better_msg(mime_parser, &better_msg);
|
set_better_msg(mime_parser, &better_msg);
|
||||||
|
|
||||||
// check, if we have a chat with this group ID
|
// check, if we have a chat with this group ID
|
||||||
chat_id =
|
chat_id = dc_get_chat_id_by_grpid(context, grpid, &mut chat_id_blocked, &mut chat_id_verified);
|
||||||
dc_get_chat_id_by_grpid(context, grpid, &mut chat_id_blocked, &mut chat_id_verified);
|
|
||||||
if chat_id != 0 {
|
if chat_id != 0 {
|
||||||
if 0 != chat_id_verified
|
if 0 != chat_id_verified
|
||||||
&& 0 == check_verified_properties(
|
&& 0 == check_verified_properties(
|
||||||
@@ -1464,7 +1463,6 @@ unsafe fn create_or_lookup_group(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
cleanup(
|
cleanup(
|
||||||
grpid,
|
grpid,
|
||||||
grpname,
|
grpname,
|
||||||
|
|||||||
Reference in New Issue
Block a user