From 22c379aa362b1554fab046264ddeae72c290503d Mon Sep 17 00:00:00 2001 From: Davidson Gomes Date: Fri, 13 Jun 2025 12:34:45 -0300 Subject: [PATCH] chore(env): comment out WhatsApp Web version in example configuration - Updated the .env.example file to comment out the CONFIG_SESSION_PHONE_VERSION variable, indicating it is not currently set. This change helps clarify the configuration options available for users. --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index c0cefda6..9325f3ab 100644 --- a/.env.example +++ b/.env.example @@ -196,7 +196,7 @@ CONFIG_SESSION_PHONE_NAME=Chrome # Whatsapp Web version for baileys channel # https://web.whatsapp.com/check-update?version=0&platform=web -CONFIG_SESSION_PHONE_VERSION=2.3000.1023204200 +# CONFIG_SESSION_PHONE_VERSION=2.3000.1023204200 # Set qrcode display limit QRCODE_LIMIT=30