mirror of
https://github.com/chatmail/core.git
synced 2026-05-19 23:06:32 +03:00
fix: set GuaranteeE2ee even if encryption is forced
Otherwise padlock will not appear.
This commit is contained in:
@@ -3110,7 +3110,7 @@ pub(crate) async fn create_send_msg_jobs(context: &Context, msg: &mut Message) -
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if rendered_msg.is_encrypted && !needs_encryption {
|
if rendered_msg.is_encrypted {
|
||||||
msg.param.set_int(Param::GuaranteeE2ee, 1);
|
msg.param.set_int(Param::GuaranteeE2ee, 1);
|
||||||
msg.update_param(context).await?;
|
msg.update_param(context).await?;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user