TF-2930 Fix inline attachment lost in draft emails
This commit is contained in:
@@ -14,7 +14,8 @@ extension EmailExtension on Email {
|
||||
keywords: keywords,
|
||||
htmlEmailContent: htmlEmailContent,
|
||||
messageId: messageId,
|
||||
references: references
|
||||
references: references,
|
||||
inlineImages: allAttachments.listAttachmentsDisplayedInContent,
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user