Reply found inline images only

pull/184/head
M66B 4 years ago
parent cb15d78abb
commit fff231b9fa

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

Loading…
Cancel
Save