mirror of
https://github.com/chatmail/core.git
synced 2026-05-20 15:26:30 +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 cond = {
|
||||||
let bob = context.bob.read().unwrap();
|
let bob = context.bob.read().unwrap();
|
||||||
let scan = bob.qr_scan.as_ref();
|
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 {
|
if cond {
|
||||||
warn!(
|
warn!(
|
||||||
|
|||||||
Reference in New Issue
Block a user