openclaw/src/telegram/bot
kiranjd 0761652701 fix(telegram): handle empty reply array in notifyEmptyResponse
Previous fix only checked skippedEmpty > 0, but when model returns
content: [] no payloads are created at all. Now also checks
replies.length === 0 to catch this case.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 11:13:39 +05:30
..
delivery.test.ts feat: Add support for Telegram quote (partial message replies) (#2900) 2026-01-27 15:59:24 -05:00
delivery.ts fix(telegram): handle empty reply array in notifyEmptyResponse 2026-01-29 11:13:39 +05:30
helpers.expand-text-links.test.ts fix: normalize gateway dev mode detection 2026-01-18 01:08:47 +00:00
helpers.test.ts fix(discord): add missing type exports and fix unused imports 2026-01-28 11:04:07 +05:30
helpers.ts fix(telegram): ignore message_thread_id for non-forum group sessions 2026-01-28 09:32:20 +05:30
types.ts feat: Add support for Telegram quote (partial message replies) (#2900) 2026-01-27 15:59:24 -05:00