iachat/app/builders/messages
Muhsin Keloth 598ece9a2d
fix: Handle Facebook reel attachment type (#13691)
Fixes https://linear.app/chatwoot/issue/PLA-96/argumenterror-reel-is-not-a-valid-file-type-argumenterror
Fixes a crash in `when a user shares a Facebook reel via Messenger.
Facebook sends these attachments with `type: "reel"`, which isn't a
valid `file_type` enum value on the Attachment model (only `ig_reel`
exists, matching Instagram's format).

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Sojan Jose <sojan@pepalo.com>
2026-03-06 08:49:41 +04:00
..
facebook feat(facebook): Mark Messenger native-app echoes as external echo message (#13665) 2026-02-26 19:05:15 +04:00
instagram feat: Handle external echo messages from native apps (#13371) 2026-02-02 15:52:53 +05:30
messenger fix: Handle Facebook reel attachment type (#13691) 2026-03-06 08:49:41 +04:00
message_builder.rb feat: outbound voice call essentials (#12782) 2025-11-24 17:47:00 -08:00