mirror of
https://github.com/chatmail/core.git
synced 2026-05-15 04:46:38 +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());
|
verify_fail("This message is not encrypted".into());
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user