From 8ed2a220e712a183706767f6e640aa7fc3b4d430 Mon Sep 17 00:00:00 2001 From: Hocuri Date: Tue, 5 Aug 2025 16:49:22 +0200 Subject: [PATCH] fix comment --- src/chat.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/chat.rs b/src/chat.rs index 633bb6357..e88ac9807 100644 --- a/src/chat.rs +++ b/src/chat.rs @@ -2905,8 +2905,7 @@ async fn prepare_send_msg( let skip_fn = |reason: &CantSendReason| match reason { CantSendReason::ContactRequest => { - // Allow securejoin messages, they are supposed to repair the verification. - // If the chat is a contact request, let the user accept it later. + // If the chat is a contact request, allow securejoin messages and let the user accept it later. // And allow leaving a contact request chat. matches!( msg.param.get_cmd(),