mirror of
https://github.com/chatmail/core.git
synced 2026-05-04 22:06:29 +03:00
Replace u32 with a PeerstateKeyType enum
This commit is contained in:
@@ -1664,7 +1664,7 @@ fn check_verified_properties(
|
||||
let fp = peerstate.gossip_key_fingerprint.clone();
|
||||
if let Some(fp) = fp {
|
||||
peerstate.set_verified(
|
||||
DC_PS_GOSSIP_KEY,
|
||||
PeerstateKeyType::GossipKey,
|
||||
&fp,
|
||||
PeerstateVerifiedStatus::BidirectVerified,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user