feat: Add ability to create a new conversation if the previous conversation is resolved (#2512)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
parent
e6e9916fdb
commit
f0f66c7da6
13 changed files with 119 additions and 16 deletions
|
@ -2,4 +2,5 @@ export const BUS_EVENTS = {
|
|||
SET_REFERRER_HOST: 'SET_REFERRER_HOST',
|
||||
SET_TWEET_REPLY: 'SET_TWEET_REPLY',
|
||||
ATTACHMENT_SIZE_CHECK_ERROR: 'ATTACHMENT_SIZE_CHECK_ERROR',
|
||||
START_NEW_CONVERSATION: 'START_NEW_CONVERSATION',
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue