iachat/app/javascript/dashboard/components-next/message/bubbles/Email
Pranav 94baba1d15
fix: Use textContent as fallback for htmlContent instead of content.value (#10901)
Some emails contain HTML content within the text part, but our content
parser currently strips HTML automatically, which needs a proper fix. In
the new UI, the fallback for HTML content was set to the parsed content,
which may omit HTML tags, leading to issues like missing inline
attachments.

This PR updates the fallback mechanism to use the text content instead
of the parsed content, ensuring HTML elements are preserved.

Fixes
https://linear.app/chatwoot/issue/CW-4046/text-content-is-not-respected-in-emails
2025-02-13 19:23:04 -08:00
..
EmailMeta.vue fix: incorrect sender name on email meta (#10837) 2025-02-06 08:52:02 +05:30
Index.vue fix: Use textContent as fallback for htmlContent instead of content.value (#10901) 2025-02-13 19:23:04 -08:00
removeReply.js feat: Add new message bubbles (#10481) 2024-12-12 17:42:22 -08:00