fix: correct telegram html nesting (#4578) (thanks @ThanhNguyxn)

This commit is contained in:
Ayaan Zaidi
2026-01-30 16:45:45 +05:30
committed by Ayaan Zaidi
parent 8e5a684445
commit da71eaebd2
3 changed files with 57 additions and 12 deletions
+1
View File
@@ -74,6 +74,7 @@ Status: stable.
### Fixes
- Telegram: use undici fetch for per-account proxy dispatcher. (#4456) Thanks @spiceoogway.
- Telegram: fix HTML nesting for overlapping styles and links. (#4578) Thanks @ThanhNguyxn.
- Telegram: avoid silent empty replies by tracking normalization skips before fallback. (#3796)
- Telegram: accept numeric messageId/chatId in react action and honor channelId fallback. (#4533) Thanks @Ayush10.
- Telegram: scope native skill commands to bound agent per bot. (#4360) Thanks @robhparker.