fix: Change the route change logic based on bus events, after creating a new conversation in the widget. (#8328)

This commit is contained in:
Muhsin Keloth
2023-11-10 09:44:59 +05:30
committed by GitHub
parent 1948bef9ac
commit c1a2e67c9e
3 changed files with 10 additions and 12 deletions

View File

@@ -1,3 +1,4 @@
export const ON_AGENT_MESSAGE_RECEIVED = 'ON_AGENT_MESSAGE_RECEIVED';
export const ON_UNREAD_MESSAGE_CLICK = 'ON_UNREAD_MESSAGE_CLICK';
export const ON_CAMPAIGN_MESSAGE_CLICK = 'ON_CAMPAIGN_MESSAGE_CLICK';
export const ON_CONVERSATION_CREATED = 'ON_CONVERSATION_CREATED';