fix: Add merge_brazil_contacts flag to ChannelStartupService

This commit is contained in:
Deivison Lincoln
2024-05-25 10:05:04 -03:00
parent f0d40eea15
commit d7c3779ff7
2 changed files with 4 additions and 0 deletions

View File

@@ -69,6 +69,7 @@ export declare namespace wa {
number?: string;
reopen_conversation?: boolean;
conversation_pending?: boolean;
merge_brazil_contacts?: boolean;
import_contacts?: boolean;
import_messages?: boolean;
days_limit_import_messages?: number;