feat: Add notification_deleted action cable event (#8431)

This commit is contained in:
Muhsin Keloth
2023-12-01 23:06:22 +05:30
committed by GitHub
parent fdc1123b18
commit aad18e1ca4
5 changed files with 34 additions and 1 deletions

View File

@@ -48,6 +48,7 @@ module Events::Types
# notification events
NOTIFICATION_CREATED = 'notification.created'
NOTIFICATION_DELETED = 'notification.deleted'
# agent events
AGENT_ADDED = 'agent.added'