From 3b612e2b205b59efe0c61ef302dbf9a5a367abf4 Mon Sep 17 00:00:00 2001 From: Muhsin Keloth Date: Wed, 28 Jan 2026 19:34:11 +0400 Subject: [PATCH] chore: Add unsupported message for Tiktok (#13380) This PR adds the unsupported messages for tiktok. Fixes https://linear.app/chatwoot/issue/CW-6407/add-support-for-unsupported-message --- .../message/bubbles/Unsupported.vue | 20 ++++++++++++++++++- .../i18n/locale/en/conversation.json | 1 + 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/app/javascript/dashboard/components-next/message/bubbles/Unsupported.vue b/app/javascript/dashboard/components-next/message/bubbles/Unsupported.vue index 5268cb02c..be67f85ca 100644 --- a/app/javascript/dashboard/components-next/message/bubbles/Unsupported.vue +++ b/app/javascript/dashboard/components-next/message/bubbles/Unsupported.vue @@ -1,9 +1,27 @@ diff --git a/app/javascript/dashboard/i18n/locale/en/conversation.json b/app/javascript/dashboard/i18n/locale/en/conversation.json index 359cd0f28..010c8c171 100644 --- a/app/javascript/dashboard/i18n/locale/en/conversation.json +++ b/app/javascript/dashboard/i18n/locale/en/conversation.json @@ -61,6 +61,7 @@ "UNSUPPORTED_MESSAGE": "This message is unsupported. To view it, please open it on the original platform.", "UNSUPPORTED_MESSAGE_FACEBOOK": "This message is unsupported. You can view this message on the Facebook Messenger app.", "UNSUPPORTED_MESSAGE_INSTAGRAM": "This message is unsupported. You can view this message on the Instagram app.", + "UNSUPPORTED_MESSAGE_TIKTOK": "This message is unsupported. You can view this message on the TikTok app.", "SUCCESS_DELETE_MESSAGE": "Message deleted successfully", "FAIL_DELETE_MESSSAGE": "Couldn't delete message! Try again", "NO_RESPONSE": "No response",