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

Function create_group_unencrypted

src/chat.rs:3545–3547  ·  view source on GitHub ↗

Creates an unencrypted group chat.

(context: &Context, name: &str)

Source from the content-addressed store, hash-verified

3543
3544/// Creates an unencrypted group chat.
3545pub async fn create_group_unencrypted(context: &Context, name: &str) -> Result<ChatId> {
3546 create_group_ex(context, Sync, String::new(), name).await
3547}
3548
3549/// Creates a group chat.
3550///

Callers 6

test_remove_member_bccFunction · 0.85
test_chat_get_colorFunction · 0.85
test_message_statsFunction · 0.85

Calls 1

create_group_exFunction · 0.85

Tested by 5

test_remove_member_bccFunction · 0.68
test_chat_get_colorFunction · 0.68
test_message_statsFunction · 0.68