iachat/app/javascript/dashboard
Muhsin Keloth 5c3b85334b
feat: Add support for shared post and story attachment types in Instagram messages (#12997)
When users share Instagram posts or stories via DM, Instagram sends
webhooks with type `ig_post` and `ig_story` attachments. The system was
failing on these types because they weren't defined in the file_types.
This PR fixes the issue by handling all shared types and rendering them
on the front end.

**Shared post**

<img width="2154" height="1828" alt="CleanShot 2025-12-03 at 16 29
14@2x"
src="https://github.com/user-attachments/assets/7e731171-4904-43a6-abeb-b1db2c262742"
/>

**Shared status**
<img width="1702" height="1676" alt="CleanShot 2025-12-03 at 16 10
25@2x"
src="https://github.com/user-attachments/assets/6a151233-ce47-429d-b7c2-061514b20e05"
/>


Fixes
https://linear.app/chatwoot/issue/CW-5441/argumenterror-ig-story-is-not-a-valid-file-type-argumenterror
2025-12-04 05:20:47 +05:30
..
api feat: Add AI credit topup flow for Stripe (#12988) 2025-12-02 17:53:44 -08:00
assets chore: Improve layout styles (#12025) 2025-07-30 13:49:27 -07:00
components fix: Reduce unnecessary label suggestion API calls (#12978) 2025-12-01 13:36:34 +05:30
components-next feat: Add support for shared post and story attachment types in Instagram messages (#12997) 2025-12-04 05:20:47 +05:30
composables feat: Add AI credit topup flow for Stripe (#12988) 2025-12-02 17:53:44 -08:00
constants chore: Enable flexible whatsapp onboarding (Manual + Embedded Signup) options (#12344) 2025-09-15 19:59:56 +05:30
helper chore(docs): Fix typos in some files (#12817) 2025-11-07 07:57:37 -08:00
i18n feat: Add AI credit topup flow for Stripe (#12988) 2025-12-02 17:53:44 -08:00
mixins feat: allow configuring attachment upload limit (#12835) 2025-11-17 14:03:08 -08:00
modules chore: Adds URL-based search and tab selection (#12663) 2025-10-27 11:17:04 +05:30
routes feat: Add AI credit topup flow for Stripe (#12988) 2025-12-02 17:53:44 -08:00
store feat: Add AI credit topup flow for Stripe (#12988) 2025-12-02 17:53:44 -08:00
stores feat: Add Pinia support and relocate store factory (#12854) 2025-11-28 16:31:59 +05:30
App.vue fix: Handle login when there are no accounts (#12816) 2025-11-07 10:14:59 +05:30
featureFlags.js feat: Companies page (#12842) 2025-11-18 15:29:15 +05:30