diff --git a/app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue b/app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue index 79e55d8be..c69991aac 100644 --- a/app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue +++ b/app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue @@ -899,10 +899,7 @@ export default { } if (!this.showMentions) { const copilotAcceptedMessage = this.getCopilotAcceptedMessage(); - const isOnWhatsApp = - this.isATwilioWhatsAppChannel || - this.isAWhatsAppCloudChannel || - this.is360DialogWhatsAppChannel; + const isOnWhatsApp = this.isAWhatsAppChannel; // Instagram and TikTok do not support sending text and attachments in the same message. // For Instagram, combining them causes duplicate messages due to separate echo events per component. // For TikTok, the API rejects messages that mix text and media.