From 2e1517474d5ae7254abe793111a1d8f4bfdd56be Mon Sep 17 00:00:00 2001 From: John Preston Date: Sat, 26 May 2018 19:02:36 +0300 Subject: [PATCH] Alpha version 1.2.24: Fix link preview. --- Telegram/SourceFiles/chat_helpers/message_field.cpp | 1 + 1 file changed, 1 insertion(+) 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); }