mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-01 07:05:13 +00:00
Added spoiler support to input field.
This commit is contained in:
@@ -547,7 +547,8 @@ void MessageLinksParser::parse() {
|
||||
return (tag == Ui::InputField::kTagBold)
|
||||
|| (tag == Ui::InputField::kTagItalic)
|
||||
|| (tag == Ui::InputField::kTagUnderline)
|
||||
|| (tag == Ui::InputField::kTagStrikeOut);
|
||||
|| (tag == Ui::InputField::kTagStrikeOut)
|
||||
|| (tag == Ui::InputField::kTagSpoiler);
|
||||
};
|
||||
|
||||
auto ranges = QVector<LinkRange>();
|
||||
|
Reference in New Issue
Block a user