chore: Add chatwoot:on-message event (#6425)

This commit is contained in:
Pranav Raj S
2023-02-09 12:48:22 -08:00
committed by GitHub
parent 53d5d2af3c
commit 8db40f2d82
4 changed files with 38 additions and 3 deletions

View File

@@ -1,2 +1,3 @@
export const CHATWOOT_ERROR = 'chatwoot:error';
export const CHATWOOT_ON_MESSAGE = 'chatwoot:on-message';
export const CHATWOOT_READY = 'chatwoot:ready';