feat: Add June event for reply to (#8118)

This commit is contained in:
Shivam Mishra
2023-10-17 09:51:28 -07:00
committed by GitHub
parent 9018ec9678
commit eca9ca90f1
@@ -768,6 +768,7 @@ export default {
: this.$track(CONVERSATION_EVENTS.SENT_MESSAGE, {
channelType: this.channelType,
signatureEnabled: this.sendWithSignature,
hasReplyTo: !!this.inReplyTo?.id,
});
},
async onSendReply() {