mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 17:36:29 +03:00
refactor: derive Debug, PartialEq and Eq for VerifiedEncryption
This commit is contained in:
@@ -2280,6 +2280,7 @@ async fn create_adhoc_group(
|
|||||||
Ok(Some(new_chat_id))
|
Ok(Some(new_chat_id))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[derive(Debug, PartialEq, Eq)]
|
||||||
enum VerifiedEncryption {
|
enum VerifiedEncryption {
|
||||||
Verified,
|
Verified,
|
||||||
NotVerified(String), // The string contains the reason why it's not verified
|
NotVerified(String), // The string contains the reason why it's not verified
|
||||||
|
|||||||
Reference in New Issue
Block a user