feat: Notification action cable event (#4154)

This commit is contained in:
Muhsin Keloth
2022-03-17 18:56:36 +05:30
committed by GitHub
parent 430547e026
commit 23fe8847d8
5 changed files with 21 additions and 1 deletions

View File

@@ -39,6 +39,9 @@ module Events::Types
CONTACT_MERGED = 'contact.merged'
CONTACT_DELETED = 'contact.deleted'
# notification events
NOTIFICATION_CREATED = 'notification.created'
# agent events
AGENT_ADDED = 'agent.added'
AGENT_REMOVED = 'agent.removed'