mirror of
https://github.com/chatwoot/chatwoot.git
synced 2026-06-28 21:01:02 +08:00
This PR fixes TikTok attachment send failures and adds a capability-based guard so attachments are only enabled for conversations that support media sending. - Fixed TikTok media upload request formatting so TikTok accepts image uploads reliably. - Added TikTok capability check (IMAGE_SEND) during conversation creation. - Stored capability in conversation.additional_attributes.tiktok_capabilities. - Updated reply composer UI to disable/hide attachment upload for TikTok conversations where image_send is false. Fixes https://linear.app/chatwoot/issue/CW-6532/enable-attachments-based-on-the-conversation-capability and https://linear.app/chatwoot/issue/CW-6996/unable-to-send-image-attachments-to-tiktok-customer-400-parsing-error --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Muhsin <12408980+muhsin-k@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| conversation | ||
| DashboardApp | ||
| FilterInput | ||
| forms | ||
| mentions | ||
| modal | ||
| WootWriter | ||
| AILoader.vue | ||
| AttachmentsPreview.vue | ||
| AutomationActionInput.vue | ||
| AutomationActionTeamMessageInput.vue | ||
| AutomationFileInput.vue | ||
| BackButton.vue | ||
| ChannelItem.vue | ||
| ChatTypeTabs.vue | ||
| ColorPicker.vue | ||
| EmptyState.vue | ||
| FeatureToggle.vue | ||
| FloatingCallWidget.vue | ||
| InboxName.vue | ||
| LoadingState.vue | ||
| SettingIntroBanner.vue | ||
| ShowMore.vue | ||
| TableFooter.vue | ||
| TableFooterPagination.vue | ||
| TableFooterResults.vue | ||
| TableHeaderCell.vue | ||
| ThumbnailGroup.vue | ||
| UserAvatarWithName.vue | ||
| VideoCallButton.vue | ||