Resultification

This commit is contained in:
link2xt
2021-09-18 09:58:28 +00:00
parent 7bb7748b6b
commit 47bf67e658
19 changed files with 459 additions and 547 deletions

View File

@@ -167,7 +167,8 @@ async fn decode_openpgp(context: &Context, qr: &str) -> Lot {
format!("{} verified.", peerstate.addr),
time(),
)
.await;
.await
.ok();
}
} else if let Some(addr) = addr {
lot.state = LotState::QrFprMismatch;