From 0297137b551767591d5cd006f8382ec223ff605d Mon Sep 17 00:00:00 2001 From: Lizandro Guarnizo <77708265+lizandrogd@users.noreply.github.com> Date: Tue, 3 Feb 2026 21:39:25 -0500 Subject: [PATCH] Update conversations.php --- conversations.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conversations.php b/conversations.php index c767ea2..3331e56 100644 --- a/conversations.php +++ b/conversations.php @@ -835,7 +835,7 @@ if (!isset($_SESSION['user_id'])) {
šŸ’¬ Conversaciones - v1.2.2- + v1.3.0-
@@ -1069,7 +1069,7 @@ if (!isset($_SESSION['user_id'])) { class WhatsAppChat { constructor() { - console.log('%cāœ… WhatsAppChat v1.2.0 - Constructor iniciado', 'background: #10b981; color: white; padding: 4px 8px; font-weight: bold; border-radius: 3px;'); + console.log('%cāœ… WhatsAppChat v1.3.0 - Constructor iniciado', 'background: #10b981; color: white; padding: 4px 8px; font-weight: bold; border-radius: 3px;'); this.currentConversationId = null; this.currentUserId = null; this.conversations = []; // Lista de usuarios/conversaciones en el sidebar @@ -1126,7 +1126,7 @@ if (!isset($_SESSION['user_id'])) { } init() { - console.log('šŸŽÆ Iniciando WhatsAppChat v1.2.0...'); + console.log('šŸŽÆ Iniciando WhatsAppChat v1.3.0...'); this.loadConversations(); this.setupEventListeners(); this.setupAutoRefresh();