Deploy: 2026-05-23 23:40:35

This commit is contained in:
Hamza-Ayed
2026-05-23 23:40:35 +03:00
parent 102f110363
commit 42725f0529

View File

@@ -257,7 +257,7 @@ async function startSession(session_key, webhook_url) {
console.warn(`[Baileys] Could not fetch version, using default`);
}
const logger = pino({ level: 'silent' });
const logger = pino({ level: 'error' });
const socketConfig = {
auth: {
@@ -270,6 +270,7 @@ async function startSession(session_key, webhook_url) {
printQRInTerminal: false,
logger: logger,
browser: ['Nabeh Gateway', 'Chrome', '120.0.0'],
syncFullHistory: true, // Enable full history sync
// Message retry counter cache — tracks how many times each message
// retry has been attempted, preventing infinite retry loops
msgRetryCounterCache,