evolution-api/src
nestordavalos 57b19d85d5 feat(whatsapp): Convert outgoing images to JPEG before sending
All images sent via the Baileys integration are now pre-processed and converted to JPEG format using the `sharp` library. This ensures better compatibility and prevents potential issues with unsupported formats.

- Images from URLs are now downloaded via axios before processing, which allows for the use of a proxy.
- The default filename and mimetype are updated to `image.jpg` and `image/jpeg` to reflect the conversion.
2025-08-28 00:17:15 -03:00
..
@types feat: send media with form-data 2024-10-04 14:45:16 -03:00
api feat(whatsapp): Convert outgoing images to JPEG before sending 2025-08-28 00:17:15 -03:00
cache Fix prettier errors 2025-01-07 08:50:34 +01:00
config chore: remove CONFIG_SESSION_PHONE_VERSION and update related code 2025-07-29 09:20:08 -03:00
exceptions Path mapping & deps fix & bundler changed to tsup 2024-08-11 20:47:17 -03:00
utils feat: add support to socks proxy 2025-08-05 07:08:00 -03:00
validate merging with develop 2025-03-28 10:36:34 -03:00
main.ts feat(env): enhance webhook configuration and SSL support 2025-05-21 17:55:00 -03:00
railway.json Create railway.json 2025-06-24 11:02:00 -03:00