Files
remnawave-bedolaga-telegram…/app
Fringg b6745508da fix: close unclosed HTML tags when truncating version notification
Telegram API rejects messages with mismatched HTML tags. When
truncate_for_blockquote cuts the description mid-way, it can leave
tags like <i>, <b> unclosed inside the blockquote. Telegram then
fails with "Unmatched end tag" error.

Add _close_open_tags helper that scans for unclosed tags and appends
closing tags in reverse order. Also ensure the total length with
closing tags still fits within the message budget.
2026-02-07 08:18:39 +03:00
..
2026-02-04 02:57:12 +03:00
2026-02-04 02:08:18 +03:00
2026-02-04 04:47:39 +03:00
2026-02-01 11:18:54 +03:00