mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Support limited formatting input in factcheck.
This commit is contained in:
@@ -88,7 +88,7 @@ EditInfoBox::EditInfoBox(
|
||||
_field->setInstantReplaces(Ui::InstantReplaces::Default());
|
||||
_field->setInstantReplacesEnabled(
|
||||
Core::App().settings().replaceEmojiValue());
|
||||
_field->setMarkdownReplacesEnabled(rpl::single(true));
|
||||
_field->setMarkdownReplacesEnabled(true);
|
||||
_field->setEditLinkCallback(
|
||||
DefaultEditLinkCallback(controller->uiShow(), _field));
|
||||
}
|
||||
|
Reference in New Issue
Block a user