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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user