chatwoot/app/javascript/dashboard/components-next/message
Pranav 94baba1d15
Some checks failed
Frontend Lint & Test / test (push) Has been cancelled
Publish Chatwoot EE docker images / build (linux/amd64, ubuntu-latest) (push) Has been cancelled
Publish Chatwoot EE docker images / build (linux/arm64, ubuntu-22.04-arm) (push) Has been cancelled
Publish Chatwoot CE docker images / build (linux/amd64, ubuntu-latest) (push) Has been cancelled
Publish Chatwoot CE docker images / build (linux/arm64, ubuntu-22.04-arm) (push) Has been cancelled
Run Chatwoot CE spec / test (push) Has been cancelled
Publish Chatwoot EE docker images / merge (push) Has been cancelled
Publish Chatwoot CE docker images / merge (push) Has been cancelled
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
..
bubbles fix: Use textContent as fallback for htmlContent instead of content.value (#10901) 2025-02-13 19:23:04 -08:00
chips fix: re-rendering of components when shifting from the unread list to the read list (#10835) 2025-02-07 08:54:25 +05:30
fixtures feat: Add new message bubbles (#10481) 2024-12-12 17:42:22 -08:00
stories feat: Add new message bubbles (#10481) 2024-12-12 17:42:22 -08:00
constants.js feat: fixes for bubble UI (#10643) 2025-01-08 09:26:40 +05:30
Message.vue revert: Next bubble improvements (#10795) 2025-01-29 20:04:45 -08:00
MessageError.vue fix: Fix bubble design in RTL (#10683) 2025-01-14 11:14:13 -08:00
MessageList.vue fix: re-rendering of components when shifting from the unread list to the read list (#10835) 2025-02-07 08:54:25 +05:30
MessageMeta.vue fix: bubble UI issues (#10608) 2024-12-21 13:36:46 +05:30
MessageStatus.vue feat: Add new message bubbles (#10481) 2024-12-12 17:42:22 -08:00
provider.js revert: Next bubble improvements (#10795) 2025-01-29 20:04:45 -08:00