From d3c588ff1050779c3fd32807f960fca59e617a2e Mon Sep 17 00:00:00 2001 From: Muhsin Keloth Date: Wed, 8 Jul 2026 16:07:46 +0400 Subject: [PATCH] chore(inbox): re-enable Instagram inbox creation (#14955) Brings the Instagram channel back in inbox creation and onboarding. Instagram was temporarily disabled along with WhatsApp embedded signup in #14943; this re-enables Instagram while keeping WhatsApp embedded signup and WhatsApp Call inbox creation disabled. Fixes https://linear.app/chatwoot/issue/CW-7549/enable-instagram Co-authored-by: Muhsin <12408980+muhsin-k@users.noreply.github.com> --- .../dashboard/components/widgets/ChannelItem.vue | 9 +++------ app/javascript/dashboard/constants/globals.js | 7 +++---- .../dashboard/onboarding/inbox-setup/useChannelConfig.js | 8 +++----- .../specs/inbox-setup/useDetectedChannels.spec.js | 6 +++--- .../dashboard/settings/inbox/channels/Whatsapp.vue | 4 ++-- 5 files changed, 14 insertions(+), 20 deletions(-) diff --git a/app/javascript/dashboard/components/widgets/ChannelItem.vue b/app/javascript/dashboard/components/widgets/ChannelItem.vue index 2652b582b..c084d6086 100644 --- a/app/javascript/dashboard/components/widgets/ChannelItem.vue +++ b/app/javascript/dashboard/components/widgets/ChannelItem.vue @@ -1,7 +1,7 @@