Skip to content

Commit 8ed2a22

Browse files
committed
fix comment
1 parent adeb2e0 commit 8ed2a22

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/chat.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2905,8 +2905,7 @@ async fn prepare_send_msg(
29052905

29062906
let skip_fn = |reason: &CantSendReason| match reason {
29072907
CantSendReason::ContactRequest => {
2908-
// Allow securejoin messages, they are supposed to repair the verification.
2909-
// If the chat is a contact request, let the user accept it later.
2908+
// If the chat is a contact request, allow securejoin messages and let the user accept it later.
29102909
// And allow leaving a contact request chat.
29112910
matches!(
29122911
msg.param.get_cmd(),

0 commit comments

Comments
 (0)