We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c207a5 commit 8875ab1Copy full SHA for 8875ab1
src/api/controllers/instance.controller.ts
@@ -576,6 +576,7 @@ export class InstanceController {
576
sign_msg: chatwoot_sign_msg || false,
577
reopen_conversation: chatwoot_reopen_conversation || false,
578
conversation_pending: chatwoot_conversation_pending || false,
579
+ merge_brazil_contacts: chatwoot_merge_brazil_contacts ?? false,
580
import_contacts: chatwoot_import_contacts ?? true,
581
import_messages: chatwoot_import_messages ?? true,
582
days_limit_import_messages: chatwoot_days_limit_import_messages || 60,
0 commit comments