From c0f3d263a38b8a3650dec493d827aba09a40d157 Mon Sep 17 00:00:00 2001 From: John Preston Date: Tue, 28 May 2024 13:58:47 +0400 Subject: [PATCH] Remove webpage length limit for factcheck. --- Telegram/SourceFiles/ui/text/text_options.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Telegram/SourceFiles/ui/text/text_options.cpp b/Telegram/SourceFiles/ui/text/text_options.cpp index 3c9eb97a6..404b53c8b 100644 --- a/Telegram/SourceFiles/ui/text/text_options.cpp +++ b/Telegram/SourceFiles/ui/text/text_options.cpp @@ -116,7 +116,6 @@ void InitTextOptions() { - st::messageQuoteStyle.padding.left() - st::messageQuoteStyle.padding.right() - st::msgPadding.right(); - WebpageDescriptionOptions.maxh = st::webPageDescriptionFont->height * 3; } const TextParseOptions &ItemTextDefaultOptions() {