@@ -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
@@ -329,6 +332,7 @@ export class ChannelStartupService {
329332 this . logger . verbose ( `Chatwoot sign delimiter: ${ data . sign_delimiter } ` ) ;
330333 this . logger . verbose ( `Chatwoot reopen conversation: ${ data . reopen_conversation } ` ) ;
331334 this . logger . verbose ( `Chatwoot conversation pending: ${ data . conversation_pending } ` ) ;
335+ this . logger . verbose ( `Chatwoot merge brazil contacts: ${ data . merge_brazil_contacts } ` ) ;
332336 this . logger . verbose ( `Chatwoot import contacts: ${ data . import_contacts } ` ) ;
333337 this . logger . verbose ( `Chatwoot import messages: ${ data . import_messages } ` ) ;
334338 this . logger . verbose ( `Chatwoot days limit import messages: ${ data . days_limit_import_messages } ` ) ;
@@ -357,7 +361,7 @@ export class ChannelStartupService {
357361 this . logger . verbose ( `Chatwoot sign delimiter: ${ data . sign_delimiter } ` ) ;
358362 this . logger . verbose ( `Chatwoot reopen conversation: ${ data . reopen_conversation } ` ) ;
359363 this . logger . verbose ( `Chatwoot conversation pending: ${ data . conversation_pending } ` ) ;
360- this . logger . verbose ( `Chatwoot merge brazilian contacts: ${ data . import_contacts } ` ) ;
364+ this . logger . verbose ( `Chatwoot merge brazilian contacts: ${ data . merge_brazil_contacts } ` ) ;
361365 this . logger . verbose ( `Chatwoot import contacts: ${ data . import_contacts } ` ) ;
362366 this . logger . verbose ( `Chatwoot import messages: ${ data . import_messages } ` ) ;
363367 this . logger . verbose ( `Chatwoot days limit import messages: ${ data . days_limit_import_messages } ` ) ;
0 commit comments