fix: normalize telegram account token lookup (#5055) (thanks @jasonsschin)

This commit is contained in:
Ayaan Zaidi
2026-01-31 08:54:40 +05:30
committed by Ayaan Zaidi
parent e913de0720
commit e849df64dc
2 changed files with 8 additions and 6 deletions
+1
View File
@@ -78,6 +78,7 @@ Status: stable.
- Gateway: prevent blank token prompts from storing "undefined". (#4873) Thanks @Hisleren.
- 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: resolve per-account bot token configs with normalized account IDs. (#5055) Thanks @jasonsschin.
- 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.