mirror of
https://github.com/chatmail/core.git
synced 2026-05-20 07:16:31 +03:00
remove now inaccurate comment
This commit is contained in:
committed by
holger krekel
parent
7e793a518c
commit
0032468a87
@@ -60,9 +60,6 @@ impl EncryptHelper {
|
|||||||
/// Autocrypt Level 1, version 1.1) and for messages sent in protected groups.
|
/// Autocrypt Level 1, version 1.1) and for messages sent in protected groups.
|
||||||
///
|
///
|
||||||
/// Returns an error if `e2ee_guaranteed` is true, but one or more keys are missing.
|
/// Returns an error if `e2ee_guaranteed` is true, but one or more keys are missing.
|
||||||
///
|
|
||||||
/// Always returns `false` if one of the peerstates does not support Autocrypt (is in "reset"
|
|
||||||
/// state) or does not have a known key.
|
|
||||||
pub fn should_encrypt(
|
pub fn should_encrypt(
|
||||||
&self,
|
&self,
|
||||||
context: &Context,
|
context: &Context,
|
||||||
|
|||||||
Reference in New Issue
Block a user