feat: Compute average response time of replies (#7530)

This commit is contained in:
Pranav Raj S
2023-07-17 11:21:31 -07:00
committed by GitHub
parent 3e75ac2de5
commit 3a77e672f8
4 changed files with 38 additions and 2 deletions

View File

@@ -33,6 +33,7 @@ module Events::Types
# message events
MESSAGE_CREATED = 'message.created'
FIRST_REPLY_CREATED = 'first.reply.created'
REPLY_CREATED = 'reply.created'
MESSAGE_UPDATED = 'message.updated'
# contact events