fix(whatsapp): sandbox chromium by default

This commit is contained in:
William Valentin
2026-02-15 21:57:52 -08:00
parent 63d645bd87
commit 8709c3c9b4
8 changed files with 94 additions and 1 deletions
+1
View File
@@ -66,6 +66,7 @@ export function registerChannels(deps: ChannelsDeps): ChannelsResult {
requireMention: config.whatsapp.require_mention,
dataDir: config.whatsapp.data_dir,
pairingManager,
allowNoSandbox: config.whatsapp.no_sandbox,
});
channelRegistry.register(whatsappAdapter);
}