mirror of
https://github.com/chatmail/core.git
synced 2026-05-13 11:56:30 +03:00
fix content-type setting and some encryption
This commit is contained in:
@@ -372,7 +372,7 @@ fn add_parts(
|
||||
|
||||
// handshake messages must be processed _before_ chats are created
|
||||
// (eg. contacs may be marked as verified)
|
||||
if let Some(_) = mime_parser.lookup_field("Secure-Join") {
|
||||
if mime_parser.lookup_field("Secure-Join").is_some() {
|
||||
// avoid discarding by show_emails setting
|
||||
msgrmsg = 1;
|
||||
*chat_id = 0;
|
||||
|
||||
Reference in New Issue
Block a user