mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
don't make me think
This commit is contained in:
@@ -635,7 +635,7 @@ pub(crate) fn handle_securejoin_handshake(
|
||||
let cond = {
|
||||
let bob = context.bob.read().unwrap();
|
||||
let scan = bob.qr_scan.as_ref();
|
||||
scan.is_none() || join_vg && scan.unwrap().state != LotState::QrAskVerifyGroup
|
||||
scan.is_none() || (join_vg && scan.unwrap().state != LotState::QrAskVerifyGroup)
|
||||
};
|
||||
if cond {
|
||||
warn!(
|
||||
|
||||
Reference in New Issue
Block a user