From eca9ca90f15c2029ced9168c50e09359fd41b44d Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Tue, 17 Oct 2023 22:21:28 +0530 Subject: [PATCH] feat: Add June event for reply to (#8118) --- .../dashboard/components/widgets/conversation/ReplyBox.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue b/app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue index 184ae4d38..5ad5f66a4 100644 --- a/app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue +++ b/app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue @@ -768,6 +768,7 @@ export default { : this.$track(CONVERSATION_EVENTS.SENT_MESSAGE, { channelType: this.channelType, signatureEnabled: this.sendWithSignature, + hasReplyTo: !!this.inReplyTo?.id, }); }, async onSendReply() {