mirror of
https://github.com/chatmail/core.git
synced 2026-05-04 22:06:29 +03:00
Add AEAP transition (#3385)
This commit is contained in:
@@ -201,7 +201,7 @@ async fn decode_openpgp(context: &Context, qr: &str) -> Result<Qr> {
|
||||
};
|
||||
|
||||
// retrieve known state for this fingerprint
|
||||
let peerstate = Peerstate::from_fingerprint(context, &context.sql, &fingerprint)
|
||||
let peerstate = Peerstate::from_fingerprint(context, &fingerprint)
|
||||
.await
|
||||
.context("Can't load peerstate")?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user