MCPcopy Create free account
hub / github.com/chatmail/core / create_group

Function create_group

src/chat.rs:3540–3542  ·  view source on GitHub ↗

Creates an encrypted group chat.

(context: &Context, name: &str)

Source from the content-addressed store, hash-verified

3538
3539/// Creates an encrypted group chat.
3540pub async fn create_group(context: &Context, name: &str) -> Result<ChatId> {
3541 create_group_ex(context, Sync, create_id(), name).await
3542}
3543
3544/// Creates an unencrypted group chat.
3545pub async fn create_group_unencrypted(context: &Context, name: &str) -> Result<ChatId> {

Callers 15

test_try_loadFunction · 0.70
test_get_summary_unwrapFunction · 0.70
test_load_brokenFunction · 0.70
test_webxdc_resendFunction · 0.70
cmdlineFunction · 0.50
dc_create_group_chatFunction · 0.50
create_group_chatMethod · 0.50

Calls 2

create_group_exFunction · 0.85
create_idFunction · 0.85

Tested by 15

test_try_loadFunction · 0.56
test_get_summary_unwrapFunction · 0.56
test_load_brokenFunction · 0.56
test_webxdc_resendFunction · 0.56
test_parallel_securejoinFunction · 0.40
exec_securejoin_groupFunction · 0.40