2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-05 08:55:59 +00:00

Support collapsible blockquotes in Ui::Text::String.

This commit is contained in:
John Preston
2024-05-30 15:05:13 +04:00
parent 974bf99921
commit 40fbd415ef
16 changed files with 84 additions and 31 deletions

View File

@@ -748,7 +748,8 @@ void MessageLinksParser::parse() {
|| (tag == Ui::InputField::kTagUnderline)
|| (tag == Ui::InputField::kTagStrikeOut)
|| (tag == Ui::InputField::kTagSpoiler)
|| (tag == Ui::InputField::kTagBlockquote);
|| (tag == Ui::InputField::kTagBlockquote)
|| (tag == Ui::InputField::kTagBlockquoteCollapsed);
};
_ranges.clear();