From 397ac2e18a2a9eb34fbfd8c2b56fb1c59cf5b564 Mon Sep 17 00:00:00 2001 From: Muhsin Keloth Date: Tue, 7 Jul 2026 12:18:17 +0400 Subject: [PATCH 01/17] chore(inbox): temporarily disable Instagram and WhatsApp embedded signup inbox creation (#14943) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This temporarily turns off inbox creation for channels that rely on Meta's embedded signup — the WhatsApp Cloud signup popup, Instagram (OAuth-only), and WhatsApp Call. WhatsApp Cloud inbox creation now falls back to the manual API-key form, while the Instagram and WhatsApp Call tiles appear disabled. Both channels are also hidden from the new-account onboarding flow. Existing inboxes are not affected. --------- Co-authored-by: Muhsin <12408980+muhsin-k@users.noreply.github.com> --- .../dashboard/components/widgets/ChannelItem.vue | 7 ++++++- app/javascript/dashboard/constants/globals.js | 5 +++++ .../dashboard/onboarding/inbox-setup/useChannelConfig.js | 6 +++++- .../specs/inbox-setup/useDetectedChannels.spec.js | 7 +++++++ .../routes/dashboard/settings/inbox/channels/Whatsapp.vue | 2 ++ 5 files changed, 25 insertions(+), 2 deletions(-) diff --git a/app/javascript/dashboard/components/widgets/ChannelItem.vue b/app/javascript/dashboard/components/widgets/ChannelItem.vue index 2429ebe7b..2652b582b 100644 --- a/app/javascript/dashboard/components/widgets/ChannelItem.vue +++ b/app/javascript/dashboard/components/widgets/ChannelItem.vue @@ -1,6 +1,7 @@