pull/209/head
M66B 2 years ago
parent 086b9e7971
commit 079803e0bf

@ -1187,6 +1187,7 @@ class Core {
if (!message.content)
throw new IllegalArgumentException("Message body missing");
if (!BuildConfig.DEBUG) {
List<EntityAttachment> attachments = db.attachment().getAttachments(message.id);
for (EntityAttachment attachment : attachments)
if (EntityAttachment.SMIME_SIGNATURE.equals(attachment.encryption))
@ -1204,6 +1205,7 @@ class Core {
db.attachment().setEncryption(content.id, null);
}
}
}
imessage = MessageHelper.from(context, message, null, isession, false);

Loading…
Cancel
Save