chi
33e6a6724d
fix(telegram): enable HTML formatting for model switch messages ( #60042 )
...
* fix(telegram): enable HTML formatting for model switch messages
The model switch confirmation message was displaying raw Markdown
(**text**) instead of bold formatting because parse_mode was not set.
Changes:
- Add optional extra parameter to editMessageWithButtons for parse_mode
- Change format from Markdown ** to HTML <b> tags
- Pass parse_mode: 'HTML' when editing model switch message
Fixes the issue where model names appeared as **provider/model**
instead of bold text in Telegram.
* fix(telegram): escape HTML entities in model switch confirmation
Add defensive `escapeHtml` helper to sanitize `selection.provider`
and `selection.model` before interpolating them into the HTML
callback message. This prevents potential API rejection (HTTP 400)
if future provider or model names contain `<`, `>`, or `&`.
Addresses review feedback on unescaped HTML interpolation.
* test(telegram): cover HTML model switch confirmation
---------
Co-authored-by: Frank Yang <frank.ekn@gmail.com >
2026-04-04 00:05:09 +08:00
..
2026-04-03 12:01:10 +01:00
2026-04-03 23:14:45 +09:00
2026-04-04 00:03:48 +09:00
2026-04-03 10:45:10 +01:00
2026-04-04 00:03:48 +09:00
2026-04-03 19:09:13 +09:00
2026-04-04 00:03:48 +09:00
2026-04-03 10:45:10 +01:00
2026-04-03 08:50:02 +05:30
2026-04-03 08:50:02 +05:30
2026-03-14 03:43:07 -07:00
2026-04-01 22:40:44 +09:00
2026-03-22 21:46:26 -07:00
2026-04-03 04:41:08 +01:00
2026-04-03 10:45:10 +01:00
2026-03-28 02:38:02 +00:00
2026-04-03 00:26:27 +09:00
2026-04-03 00:26:27 +09:00
2026-04-03 00:38:44 +09:00
2026-04-01 13:34:50 +01:00
2026-04-04 00:53:45 +09:00
2026-03-28 09:52:21 +05:30
2026-04-03 12:01:10 +01:00
2026-03-21 10:10:38 +05:30
2026-03-20 19:24:10 +00:00
2026-04-03 11:17:28 +01:00
2026-04-03 19:09:13 +09:00
2026-03-17 20:36:03 -07:00
2026-04-04 00:05:09 +08:00
2026-03-17 20:13:52 -07:00
2026-04-03 13:19:50 +01:00
2026-03-26 15:40:01 +00:00
2026-04-03 09:08:05 +05:30
2026-04-03 10:14:48 +05:30
2026-04-03 13:19:50 +01:00
2026-04-03 07:14:58 +01:00
2026-03-14 02:50:17 -07:00
2026-04-03 07:14:58 +01:00
2026-04-03 13:19:50 +01:00
2026-04-03 11:17:28 +01:00
2026-03-25 11:17:58 +00:00
2026-04-02 14:31:48 +09:00
2026-04-03 04:34:57 +09:00
2026-04-03 10:14:48 +05:30
2026-04-03 13:19:50 +01:00
2026-04-03 13:19:50 +01:00
2026-03-29 23:43:53 +01:00
2026-04-03 10:14:48 +05:30
2026-03-30 09:32:53 +09:00
2026-04-03 13:10:43 +01:00
2026-03-14 02:50:17 -07:00
2026-04-03 13:10:43 +01:00
2026-04-03 13:10:43 +01:00
2026-04-03 04:41:08 +01:00
2026-03-24 10:51:26 -04:00
2026-04-03 12:25:47 +01:00
2026-03-27 23:36:37 -05:00
2026-03-28 04:58:34 +00:00
2026-04-02 15:55:46 -07:00
2026-03-17 23:09:26 -07:00
2026-03-29 23:43:53 +01:00
2026-04-03 12:31:28 +01:00
2026-04-03 04:41:08 +01:00
2026-04-03 12:25:47 +01:00
2026-04-03 13:19:50 +01:00
2026-04-03 12:36:07 +01:00
2026-04-03 23:39:06 +09:00
2026-04-03 04:41:08 +01:00
2026-04-03 12:25:47 +01:00
2026-03-28 02:58:45 +00:00
2026-04-03 13:49:51 +01:00
2026-03-30 09:31:33 +09:00
2026-04-03 23:15:57 +09:00
2026-04-04 00:24:20 +09:00
2026-03-21 16:20:42 -07:00
2026-03-25 11:17:58 +00:00
2026-04-03 08:41:41 +05:30
2026-04-03 19:09:13 +09:00
2026-03-26 20:01:01 +00:00
2026-03-28 06:52:06 +00:00
2026-03-18 10:12:15 +05:30
2026-04-04 00:05:09 +08:00
2026-04-03 12:01:10 +01:00
2026-03-30 15:49:02 -07:00
2026-04-03 00:26:27 +09:00
2026-03-14 02:50:17 -07:00
2026-03-29 23:43:53 +01:00
2026-04-04 00:06:38 +09:00
2026-04-03 10:45:10 +01:00
2026-04-03 10:16:05 -05:00
2026-04-03 10:16:05 -05:00
2026-04-03 10:45:10 +01:00
2026-03-27 01:59:30 +00:00
2026-04-03 18:39:17 +09:00
2026-03-17 00:41:44 -07:00
2026-03-17 17:27:52 +01:00
2026-03-26 23:20:26 +00:00
2026-04-01 22:40:44 +09:00
2026-03-25 11:03:33 +05:30
2026-04-02 00:32:13 +09:00
2026-03-14 02:50:17 -07:00
2026-03-22 18:54:01 -07:00
2026-03-28 20:47:10 +01:00
2026-04-01 17:52:28 +05:30
2026-04-01 17:52:28 +05:30
2026-04-01 22:02:39 -04:00
2026-03-31 15:22:08 +01:00
2026-03-30 15:49:02 -07:00
2026-04-02 23:41:12 +09:00
2026-04-02 17:30:40 +01:00
2026-04-02 17:30:40 +01:00
2026-04-02 17:30:40 +01:00
2026-04-03 12:01:10 +01:00
2026-04-02 23:36:17 +09:00
2026-03-14 02:50:17 -07:00
2026-03-29 16:33:22 +09:00
2026-03-30 16:20:27 +01:00
2026-03-28 04:58:34 +00:00
2026-03-29 23:43:53 +01:00
2026-03-16 21:16:32 -07:00
2026-03-16 21:16:32 -07:00
2026-03-14 02:50:17 -07:00
2026-03-16 21:16:32 -07:00
2026-04-03 10:19:11 -05:00
2026-04-02 23:41:12 +09:00
2026-03-28 09:57:46 +05:30
2026-04-03 12:25:47 +01:00
2026-03-14 02:50:17 -07:00
2026-03-20 22:42:04 +05:30
2026-03-29 23:43:53 +01:00
2026-03-14 02:50:17 -07:00
2026-03-16 23:11:59 -07:00
2026-03-19 01:08:23 -04:00
2026-03-28 09:23:09 -04:00
2026-04-03 00:38:44 +09:00
2026-04-02 14:07:35 +09:00
2026-04-02 14:07:35 +09:00
2026-04-02 10:57:01 +09:00
2026-04-02 17:30:40 +01:00
2026-04-03 12:01:10 +01:00
2026-03-28 02:34:11 +00:00
2026-04-01 15:54:29 +05:30
2026-04-01 15:54:29 +05:30
2026-03-14 02:50:17 -07:00
2026-03-23 23:37:34 -05:00
2026-04-01 00:07:50 +09:00
2026-03-28 20:47:10 +01:00
2026-04-03 10:45:10 +01:00
2026-04-03 12:01:10 +01:00
2026-03-29 11:11:28 +05:30
2026-03-26 21:13:16 +00:00
2026-04-04 00:03:48 +09:00
2026-04-03 10:45:10 +01:00
2026-03-28 05:44:33 +00:00
2026-03-29 23:43:53 +01:00
2026-03-16 21:16:32 -07:00
2026-03-14 02:50:17 -07:00
2026-03-16 21:16:32 -07:00
2026-03-30 03:02:25 +01:00
2026-04-03 04:41:08 +01:00
2026-04-03 12:01:10 +01:00
2026-04-03 23:15:57 +09:00
2026-04-03 08:57:06 +05:30
2026-04-03 12:25:47 +01:00
2026-04-03 12:01:10 +01:00
2026-03-28 09:41:18 +05:30
2026-04-03 08:57:06 +05:30
2026-03-14 17:27:54 +02:00
2026-03-16 21:16:32 -07:00
2026-04-03 10:45:10 +01:00
2026-04-03 10:45:10 +01:00
2026-04-03 10:31:00 -05:00
2026-04-03 10:31:00 -05:00
2026-04-03 10:45:10 +01:00
2026-03-20 19:24:10 +00:00
2026-03-28 10:28:24 +05:30
2026-03-29 23:43:53 +01:00
2026-03-16 22:58:55 -07:00
2026-03-16 22:58:55 -07:00
2026-03-31 21:31:05 +09:00
2026-04-03 23:15:57 +09:00
2026-03-26 15:08:45 +00:00
2026-03-25 12:12:09 -06:00
2026-04-03 10:19:11 -05:00
2026-03-14 02:50:17 -07:00
2026-04-04 00:24:20 +09:00
2026-03-31 10:18:09 +05:30
2026-04-01 13:34:50 +01:00
2026-04-03 21:23:47 +09:00
2026-04-03 10:45:10 +01:00
2026-04-03 10:45:10 +01:00
2026-03-27 13:46:16 +00:00
2026-04-03 21:23:47 +09:00
2026-03-28 06:08:18 +00:00
2026-03-25 11:17:58 +00:00
2026-03-16 21:16:32 -07:00
2026-04-03 04:41:08 +01:00
2026-04-02 13:53:19 +01:00