mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-03 12:37:56 +00:00
feat: Add June event for reply to (#8118)
This commit is contained in:
@@ -768,6 +768,7 @@ export default {
|
|||||||
: this.$track(CONVERSATION_EVENTS.SENT_MESSAGE, {
|
: this.$track(CONVERSATION_EVENTS.SENT_MESSAGE, {
|
||||||
channelType: this.channelType,
|
channelType: this.channelType,
|
||||||
signatureEnabled: this.sendWithSignature,
|
signatureEnabled: this.sendWithSignature,
|
||||||
|
hasReplyTo: !!this.inReplyTo?.id,
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
async onSendReply() {
|
async onSendReply() {
|
||||||
|
|||||||
Reference in New Issue
Block a user