diff --git a/Telegram/SourceFiles/chat_helpers/message_field.cpp b/Telegram/SourceFiles/chat_helpers/message_field.cpp index c5bc917a4..42ac3dbb3 100644 --- a/Telegram/SourceFiles/chat_helpers/message_field.cpp +++ b/Telegram/SourceFiles/chat_helpers/message_field.cpp @@ -197,9 +197,6 @@ TextWithEntities StripSupportHashtag(TextWithEntities &&text) { } ++i; } - if (!text.text.isEmpty() && !text.text.endsWith('\n')) { - text.text.append('\n'); - } return std::move(text); }