Deploy: 2026-06-24 14:49:02
This commit is contained in:
@@ -67,7 +67,11 @@ async function startSession(session_key, webhook_url) {
|
|||||||
clientId: session_key,
|
clientId: session_key,
|
||||||
dataPath: SESSIONS_DIR
|
dataPath: SESSIONS_DIR
|
||||||
}),
|
}),
|
||||||
puppeteer: puppeteerConfig
|
puppeteer: puppeteerConfig,
|
||||||
|
webVersionCache: {
|
||||||
|
type: 'remote',
|
||||||
|
remotePath: 'https://raw.githubusercontent.com/wppconnect-team/wa-version/main/html/2.2412.54.html',
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
sessions.set(session_key, client);
|
sessions.set(session_key, client);
|
||||||
|
|||||||
Reference in New Issue
Block a user