Reply found inline images only

This commit is contained in:
M66B
2020-08-27 08:53:28 +02:00
parent cb15d78abb
commit fff231b9fa

View File

@@ -3741,8 +3741,7 @@ public class FragmentCompose extends FragmentBase {
for (EntityAttachment attachment : attachments)
if (!attachment.isEncryption() &&
("forward".equals(action) || "editasnew".equals(action) ||
(cid.contains(attachment.cid) ||
(attachment.isInline() && attachment.isImage())))) {
cid.contains(attachment.cid))) {
if (attachment.available) {
File source = attachment.getFile(context);