up
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user