We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adeb2e0 commit 8ed2a22Copy full SHA for 8ed2a22
src/chat.rs
@@ -2905,8 +2905,7 @@ async fn prepare_send_msg(
2905
2906
let skip_fn = |reason: &CantSendReason| match reason {
2907
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.
+ // If the chat is a contact request, allow securejoin messages and let the user accept it later.
2910
// And allow leaving a contact request chat.
2911
matches!(
2912
msg.param.get_cmd(),
0 commit comments