From 04a9dc630a48c7b82d947997ec6d8ed76bdddd04 Mon Sep 17 00:00:00 2001 From: Muhsin Keloth Date: Mon, 12 Apr 2021 16:15:11 +0530 Subject: [PATCH] enhancement: Enable reply box for whatsapp template message (#2082) * remove 24-hours reply restriction in WhatsApp * remove the console.logs * move reply policy to separate constants file * fix spelling mistake --- .../widgets/conversation/MessagesView.vue | 44 +++++++++++++++---- .../widgets/conversation/ReplyBox.vue | 6 +-- .../dashboard/i18n/locale/el/inboxMgmt.json | 4 +- .../i18n/locale/en/conversation.json | 3 +- .../dashboard/i18n/locale/id/inboxMgmt.json | 2 +- app/javascript/shared/constants/links.js | 6 +++ 6 files changed, 49 insertions(+), 16 deletions(-) create mode 100644 app/javascript/shared/constants/links.js diff --git a/app/javascript/dashboard/components/widgets/conversation/MessagesView.vue b/app/javascript/dashboard/components/widgets/conversation/MessagesView.vue index a4656d89b..0b89fb8c4 100644 --- a/app/javascript/dashboard/components/widgets/conversation/MessagesView.vue +++ b/app/javascript/dashboard/components/widgets/conversation/MessagesView.vue @@ -1,10 +1,13 @@