mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
fix 'this message is not encrypted' error in verified groups (#522)
This commit is contained in:
@@ -1746,7 +1746,7 @@ unsafe fn check_verified_properties(
|
||||
}
|
||||
};
|
||||
|
||||
if mimeparser.e2ee_helper.encrypted {
|
||||
if !mimeparser.e2ee_helper.encrypted {
|
||||
verify_fail("This message is not encrypted".into());
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user