diff --git a/submodules/TelegramUI/TelegramUI/ChatControllerNode.swift b/submodules/TelegramUI/TelegramUI/ChatControllerNode.swift index 1e74472792..5495db5a4a 100644 --- a/submodules/TelegramUI/TelegramUI/ChatControllerNode.swift +++ b/submodules/TelegramUI/TelegramUI/ChatControllerNode.swift @@ -2086,13 +2086,7 @@ class ChatControllerNode: ASDisplayNode, UIScrollViewDelegate { var messages: [EnqueueMessage] = [] - var inputText = convertMarkdownToAttributes(effectivePresentationInterfaceState.interfaceState.composeInputState.inputText) - - let tempString = NSMutableAttributedString() - let s = "\u{202e}" - tempString.append(NSAttributedString(string: s)) - tempString.append(inputText) - inputText = tempString + let inputText = convertMarkdownToAttributes(effectivePresentationInterfaceState.interfaceState.composeInputState.inputText) for text in breakChatInputText(trimChatInputText(inputText)) { if text.length != 0 {