Yosi Taguri
5661bcebd1
fix(whatsapp): add HTML/XML/CSS to MIME map + fallback for unknown media types
...
HTML files sent via the message tool were silently dropped — recipients
got text without any attachment. Two root causes:
1. EXT_BY_MIME was missing text/html, text/xml, text/css, and
application/xml. Since HTML has no magic bytes, detectMime() returned
undefined, causing the entire media buffer to be discarded.
2. sendMessageWhatsApp and createWebSendApi both silently drop media
when mediaType is undefined (the `if (mediaBuffer && mediaType)`
guard falls through to text-only). Added application/octet-stream
fallback so unknown file types are sent as documents instead of
silently dropped.
Added .htm alias in MIME_BY_EXT and test coverage for HTML/XML/CSS
detection.
Fixes #51561
2026-04-02 00:13:42 -03:00
..
2026-04-01 15:09:19 +01:00
2026-04-01 15:09:19 +01:00
2026-04-01 15:09:19 +01:00
2026-04-01 15:09:19 +01:00
2026-04-01 15:09:19 +01:00
2026-04-01 15:09:19 +01:00
2026-04-01 15:09:19 +01:00
2026-04-01 15:09:19 +01:00
2026-04-01 15:09:19 +01:00
2026-04-01 15:09:19 +01:00
2026-04-01 15:09:19 +01:00
2026-04-01 15:09:19 +01:00
2026-04-01 15:09:19 +01:00
2026-03-30 01:03:42 +01:00
2026-04-01 15:09:19 +01:00
2026-04-01 15:09:19 +01:00
2026-04-01 22:02:39 -04:00
2026-04-01 15:09:19 +01:00
2026-04-01 15:09:19 +01:00
2026-04-01 15:09:19 +01:00
2026-04-01 15:09:19 +01:00
2026-04-01 15:09:19 +01:00
2026-04-01 15:09:19 +01:00
2026-04-01 15:09:19 +01:00
2026-04-01 15:09:19 +01:00
2026-04-01 15:09:19 +01:00
2026-04-01 15:09:19 +01:00
2026-04-01 15:09:19 +01:00
2026-04-01 15:09:19 +01:00
2026-04-01 15:09:19 +01:00
2026-04-01 15:09:19 +01:00
2026-04-01 15:09:19 +01:00
2026-04-01 15:09:19 +01:00
2026-04-02 00:16:03 +09:00
2026-04-01 15:09:19 +01:00
2026-04-01 15:09:19 +01:00
2026-04-01 15:09:19 +01:00
2026-04-02 11:45:32 +09:00
2026-04-01 15:09:19 +01:00
2026-04-01 15:09:19 +01:00
2026-04-01 15:09:19 +01:00
2026-04-01 15:09:19 +01:00
2026-04-01 15:09:19 +01:00
2026-04-01 15:09:19 +01:00
2026-04-01 19:35:03 -04:00
2026-04-01 15:09:19 +01:00
2026-04-01 15:09:19 +01:00
2026-04-01 15:09:19 +01:00
2026-04-01 21:06:44 -05:00
2026-04-01 15:09:19 +01:00
2026-04-02 10:11:09 +09:00
2026-04-01 15:09:19 +01:00
2026-04-01 15:09:19 +01:00
2026-04-01 15:09:19 +01:00
2026-04-01 15:09:19 +01:00
2026-04-01 15:09:19 +01:00
2026-04-01 15:09:19 +01:00
2026-04-01 15:09:19 +01:00
2026-04-01 15:09:19 +01:00
2026-04-01 15:09:19 +01:00
2026-03-30 16:17:17 +02:00
2026-04-01 15:09:19 +01:00
2026-04-01 15:09:19 +01:00
2026-04-01 15:09:19 +01:00
2026-04-01 15:09:19 +01:00
2026-03-27 16:40:27 +00:00
2026-04-01 15:09:19 +01:00
2026-04-02 11:31:19 +09:00
2026-04-01 15:09:19 +01:00
2026-04-01 15:09:19 +01:00
2026-04-01 15:09:19 +01:00
2026-03-30 16:20:27 +01:00
2026-04-01 15:09:19 +01:00
2026-04-01 22:02:39 -04:00
2026-04-01 21:08:37 +11:00
2026-04-01 15:09:19 +01:00
2026-04-01 15:09:19 +01:00
2026-04-01 15:09:19 +01:00
2026-04-01 15:09:19 +01:00
2026-04-01 15:09:19 +01:00
2026-04-01 15:09:19 +01:00
2026-04-01 15:09:19 +01:00
2026-04-01 15:09:19 +01:00
2026-04-02 00:13:42 -03:00
2026-04-01 15:09:19 +01:00
2026-04-01 15:09:19 +01:00
2026-04-01 15:09:19 +01:00
2026-04-01 15:09:19 +01:00
2026-04-01 15:09:19 +01:00
2026-03-12 23:03:19 +00:00
2026-03-28 20:22:03 -04:00
2026-03-28 20:22:03 -04:00