mirror of
https://github.com/chatmail/core.git
synced 2026-05-24 17:26:30 +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);
|
||||
|
||||
// check, if we have a chat with this group ID
|
||||
chat_id =
|
||||
dc_get_chat_id_by_grpid(context, grpid, &mut chat_id_blocked, &mut chat_id_verified);
|
||||
chat_id = dc_get_chat_id_by_grpid(context, grpid, &mut chat_id_blocked, &mut chat_id_verified);
|
||||
if chat_id != 0 {
|
||||
if 0 != chat_id_verified
|
||||
&& 0 == check_verified_properties(
|
||||
@@ -1464,7 +1463,6 @@ unsafe fn create_or_lookup_group(
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
cleanup(
|
||||
grpid,
|
||||
grpname,
|
||||
|
||||
Reference in New Issue
Block a user