mirror of
https://github.com/chatmail/core.git
synced 2026-05-14 04:16:30 +03:00
refactor: remove unused PeerstateVerifiedStatus
This commit is contained in:
@@ -26,17 +26,6 @@ pub enum PeerstateKeyType {
|
|||||||
PublicKey,
|
PublicKey,
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Verification status of the contact peerstate.
|
|
||||||
#[derive(Debug, PartialEq, Eq, Clone, Copy, FromPrimitive)]
|
|
||||||
#[repr(u8)]
|
|
||||||
pub enum PeerstateVerifiedStatus {
|
|
||||||
/// Peerstate is not verified.
|
|
||||||
Unverified = 0,
|
|
||||||
//Verified = 1, // not used
|
|
||||||
/// Peerstate is verified and we assume that the contact has verified our peerstate.
|
|
||||||
BidirectVerified = 2,
|
|
||||||
}
|
|
||||||
|
|
||||||
/// Peerstate represents the state of an Autocrypt peer.
|
/// Peerstate represents the state of an Autocrypt peer.
|
||||||
#[derive(Debug, PartialEq, Eq, Clone)]
|
#[derive(Debug, PartialEq, Eq, Clone)]
|
||||||
pub struct Peerstate {
|
pub struct Peerstate {
|
||||||
|
|||||||
Reference in New Issue
Block a user