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() {