File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -306,6 +306,9 @@ export class ChannelStartupService {
306306 this . localChatwoot . conversation_pending = data ?. conversation_pending ;
307307 this . logger . verbose ( `Chatwoot conversation pending: ${ this . localChatwoot . conversation_pending } ` ) ;
308308
309+ this . localChatwoot . merge_brazil_contacts = data ?. merge_brazil_contacts ;
310+ this . logger . verbose ( `Chatwoot merge brazil contacts: ${ this . localChatwoot . merge_brazil_contacts } ` ) ;
311+
309312 this . localChatwoot . import_contacts = data ?. import_contacts ;
310313 this . logger . verbose ( `Chatwoot import contacts: ${ this . localChatwoot . import_contacts } ` ) ;
311314
Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ export declare namespace wa {
6969 number ?: string ;
7070 reopen_conversation ?: boolean ;
7171 conversation_pending ?: boolean ;
72+ merge_brazil_contacts ?: boolean ;
7273 import_contacts ?: boolean ;
7374 import_messages ?: boolean ;
7475 days_limit_import_messages ?: number ;
You can’t perform that action at this time.
0 commit comments