chore(inbox): disable Instagram inbox creation (#14964)

Reverts chatwoot/chatwoot#14955
This commit is contained in:
Muhsin Keloth
2026-07-09 10:02:02 +04:00
committed by GitHub
parent 4854fb7b4b
commit 8d554f2b74
5 changed files with 20 additions and 14 deletions
@@ -79,6 +79,7 @@ export default {
};
export const DEFAULT_REDIRECT_URL = '/app/';
// Temporarily disables WhatsApp embedded signup and WhatsApp Call inbox
// creation. Flip to false when the channel is brought back.
export const IS_WHATSAPP_INBOX_CREATION_DISABLED = true;
// Temporarily disables Instagram and WhatsApp inbox creation
// (WhatsApp embedded signup popup, Instagram OAuth, WhatsApp Call).
// Flip to false when the channels are brought back.
export const IS_INSTAGRAM_WHATSAPP_INBOX_CREATION_DISABLED = true;