This commit is contained in:
Lizandro Guarnizo
2026-01-25 23:03:46 -05:00
parent 95125a6708
commit c57581a507
3 changed files with 23 additions and 5 deletions
+3
View File
@@ -2006,6 +2006,9 @@
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 {