2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Apply markdown only when sending the message.

This commit is contained in:
John Preston
2018-05-31 21:28:37 +03:00
parent bfc748cd31
commit 43d19920e0
11 changed files with 360 additions and 174 deletions

View File

@@ -796,7 +796,7 @@ void Notification::sendReply() {
manager()->notificationReplied(
peerId,
msgId,
_replyArea->getTextWithTags());
_replyArea->getTextWithAppliedMarkdown());
manager()->startAllHiding();
}