mirror of
https://github.com/chatmail/core.git
synced 2026-04-26 01:46:34 +03:00
Add happy path test for secure-join
This commit is contained in:
@@ -1166,7 +1166,7 @@ pub async fn create_by_msg_id(context: &Context, msg_id: MsgId) -> Result<ChatId
|
||||
}
|
||||
|
||||
/// Create a normal chat with a single user. To create group chats,
|
||||
/// see dc_create_group_chat().
|
||||
/// see [Chat::create_group_chat].
|
||||
///
|
||||
/// If a chat already exists, this ID is returned, otherwise a new chat is created;
|
||||
/// this new chat may already contain messages, eg. from the deaddrop, to get the
|
||||
|
||||
Reference in New Issue
Block a user