deltachat::securejoin

Function mark_peer_as_verified

source
async fn mark_peer_as_verified(
    context: &Context,
    fingerprint: Fingerprint,
    verifier: String,
    backward_verified: bool,
) -> Result<bool>
Expand description

Tries to mark peer with provided key fingerprint as verified.

Returns true if such key was found, false otherwise.