Revert "up"

This reverts commit c57581a507.
This commit is contained in:
Lizandro Guarnizo
2026-01-25 23:05:45 -05:00
parent c57581a507
commit cf9cbf11cc
3 changed files with 5 additions and 23 deletions
-3
View File
@@ -2006,9 +2006,6 @@
this._userStateCache = this._userStateCache || {};
this._userStateCache[userId] = { state: { in_service: false, advisor_requested: false, on_hold: false }, ts: Date.now() };
// ocultar botón Liberar espera si existe
if (releaseBtn) releaseBtn.style.display = 'none';
await this.loadConversations();
await this.loadMessages(userId, true);
} else {