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
|
@ -77,7 +77,7 @@ export default {
|
|||
this.registerListeners();
|
||||
this.sendRNWebViewLoadedEvent();
|
||||
}
|
||||
this.$store.dispatch('conversationAttributes/get');
|
||||
this.$store.dispatch('conversationAttributes/getAttributes');
|
||||
this.setWidgetColor(window.chatwootWebChannel);
|
||||
this.registerUnreadEvents();
|
||||
this.registerCampaignEvents();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue