mirror of
https://github.com/chatmail/core.git
synced 2026-05-25 17:56:31 +03:00
run cargo fmt
This commit is contained in:
@@ -1409,8 +1409,7 @@ unsafe fn create_or_lookup_adhoc_group(
|
||||
)
|
||||
.strdup();
|
||||
}
|
||||
chat_id =
|
||||
create_group_record(context, grpid, grpname, create_blocked, 0);
|
||||
chat_id = create_group_record(context, grpid, grpname, create_blocked, 0);
|
||||
chat_id_blocked = create_blocked;
|
||||
i = 0;
|
||||
while i < dc_array_get_cnt(member_ids) {
|
||||
@@ -1421,11 +1420,7 @@ unsafe fn create_or_lookup_adhoc_group(
|
||||
);
|
||||
i += 1
|
||||
}
|
||||
context.call_cb(
|
||||
Event::CHAT_MODIFIED,
|
||||
chat_id as uintptr_t,
|
||||
0 as uintptr_t,
|
||||
);
|
||||
context.call_cb(Event::CHAT_MODIFIED, chat_id as uintptr_t, 0 as uintptr_t);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user