From 8d077b964c2c616e4795d250b5c71fc913399e5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kl=C3=A4hn?= <39526136+Septias@users.noreply.github.com> Date: Sun, 11 Dec 2022 11:09:20 +0100 Subject: [PATCH] Update src/chat.rs Co-authored-by: Hocuri --- src/chat.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chat.rs b/src/chat.rs index 9b7858d0d..da68d6c8d 100644 --- a/src/chat.rs +++ b/src/chat.rs @@ -2738,7 +2738,7 @@ pub(crate) async fn remove_from_chat_contacts_table( } /// Adds a contact to the chat. -/// If the group is promoted, also send out a system message to all group members +/// If the group is promoted, also sends out a system message to all group members pub async fn add_contact_to_chat( context: &Context, chat_id: ChatId,