feat: update message
This commit is contained in:
@@ -75,7 +75,10 @@ class ActionCableConnector extends BaseActionCableConnector {
|
||||
this.app.$store.dispatch('updateConversation', payload);
|
||||
} else {
|
||||
// eslint-disable-next-line no-console
|
||||
console.warn('Skipping assignee change event with payload: ', payload);
|
||||
console.warn(
|
||||
'[Chatwoot] Skipping assignee change event with payload: ',
|
||||
payload
|
||||
);
|
||||
}
|
||||
|
||||
this.fetchConversationStats();
|
||||
|
||||
Reference in New Issue
Block a user