From 250be078b3ce0de88e30895ffdbdd25e931fb663 Mon Sep 17 00:00:00 2001 From: Lizandro Guarnizo <77708265+lizandrogd@users.noreply.github.com> Date: Sat, 24 Jan 2026 11:23:39 -0500 Subject: [PATCH] Update conversations.php --- conversations.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conversations.php b/conversations.php index a88ee9b..8c0f8ac 100644 --- a/conversations.php +++ b/conversations.php @@ -3120,6 +3120,8 @@ input.disabled = false; document.getElementById('send-btn').disabled = false; input.focus(); + // Ensure send/mic visibility is recalculated (restore mic when input empty) + try { if (typeof this._updateSendMicVisibility === 'function') this._updateSendMicVisibility(); } catch (e) { console.warn('updateSendMicVisibility failed', e); } } }