diff --git a/Telegram/SourceFiles/chat_helpers/message_field.cpp b/Telegram/SourceFiles/chat_helpers/message_field.cpp index 2752f6413..ede0fbfca 100644 --- a/Telegram/SourceFiles/chat_helpers/message_field.cpp +++ b/Telegram/SourceFiles/chat_helpers/message_field.cpp @@ -675,6 +675,7 @@ void MessageLinksParser::parse() { } offset = matchOffset = p - start; } + processTagsBefore(QFIXED_MAX); apply(text, ranges); }