mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-31 11:51:22 +00:00
Filter whitespace-only text chunks at the bot delivery fan-in before they reach sendTelegramText(). Covers normal text replies, follow-up text, and voice fallback text paths. Media-only replies are unaffected. message_sent hook still fires with success: false for suppressed empty replies. Fixes #37278