mirror of
https://github.com/chatmail/core.git
synced 2026-05-20 23:36:30 +03:00
make clippy happy
This commit is contained in:
@@ -202,12 +202,10 @@ async fn decode_openpgp(context: &Context, qr: &str) -> Lot {
|
|||||||
} else {
|
} else {
|
||||||
LotState::QrWithdrawVerifyGroup
|
LotState::QrWithdrawVerifyGroup
|
||||||
}
|
}
|
||||||
|
} else if lot.state == LotState::QrAskVerifyContact {
|
||||||
|
LotState::QrReviveVerifyContact
|
||||||
} else {
|
} else {
|
||||||
if lot.state == LotState::QrAskVerifyContact {
|
LotState::QrReviveVerifyGroup
|
||||||
LotState::QrReviveVerifyContact
|
|
||||||
} else {
|
|
||||||
LotState::QrReviveVerifyGroup
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user