mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Added blockquote to white list for message links parser.
This commit is contained in:
parent
58443bc197
commit
d252427e34
1 changed files with 2 additions and 1 deletions
|
@ -727,7 +727,8 @@ void MessageLinksParser::parse() {
|
||||||
|| (tag == Ui::InputField::kTagItalic)
|
|| (tag == Ui::InputField::kTagItalic)
|
||||||
|| (tag == Ui::InputField::kTagUnderline)
|
|| (tag == Ui::InputField::kTagUnderline)
|
||||||
|| (tag == Ui::InputField::kTagStrikeOut)
|
|| (tag == Ui::InputField::kTagStrikeOut)
|
||||||
|| (tag == Ui::InputField::kTagSpoiler);
|
|| (tag == Ui::InputField::kTagSpoiler)
|
||||||
|
|| (tag == Ui::InputField::kTagBlockquote);
|
||||||
};
|
};
|
||||||
|
|
||||||
_ranges.clear();
|
_ranges.clear();
|
||||||
|
|
Loading…
Add table
Reference in a new issue