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

This commit is contained in:
Shivam Mishra
2023-10-17 22:21:28 +05:30
committed by GitHub
parent 9018ec9678
commit eca9ca90f1

View File

@@ -768,6 +768,7 @@ export default {
: this.$track(CONVERSATION_EVENTS.SENT_MESSAGE, {
channelType: this.channelType,
signatureEnabled: this.sendWithSignature,
hasReplyTo: !!this.inReplyTo?.id,
});
},
async onSendReply() {