From bf34bd3a6232f4d0aa17ae1de3d8cbe32c10f1da Mon Sep 17 00:00:00 2001 From: link2xt Date: Thu, 30 May 2024 19:54:16 +0000 Subject: [PATCH] docs: create_group() does not find chats, only creates them --- src/receive_imf.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/receive_imf.rs b/src/receive_imf.rs index 1ab8e3dd9..3308c17e5 100644 --- a/src/receive_imf.rs +++ b/src/receive_imf.rs @@ -1821,7 +1821,7 @@ async fn is_probably_private_reply( /// chat with this ID. If there is no group-id and there are more /// than two members, a new ad hoc group is created. /// -/// On success the function returns the found/created (chat_id, chat_blocked) tuple. +/// On success the function returns the created (chat_id, chat_blocked) tuple. async fn create_group( context: &Context, mime_parser: &mut MimeMessage,