From f5217caefc04050f6b10099cb3a9f085d4f5079f Mon Sep 17 00:00:00 2001 From: 23rd <23rd@vivaldi.net> Date: Tue, 12 Aug 2025 18:26:14 +0300 Subject: [PATCH] Temporary fixed build. --- Telegram/SourceFiles/api/api_credits_history_entry.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/api/api_credits_history_entry.cpp b/Telegram/SourceFiles/api/api_credits_history_entry.cpp index dbf616471d..9a3d6ba54d 100644 --- a/Telegram/SourceFiles/api/api_credits_history_entry.cpp +++ b/Telegram/SourceFiles/api/api_credits_history_entry.cpp @@ -153,7 +153,7 @@ Data::CreditsHistoryEntry CreditsHistoryEntryFromTL( .floodSkip = int(tl.data().vfloodskip_number().value_or(0)), .converted = stargift && incoming, .stargift = stargift.has_value(), - .postsSearch = tl.data().is_posts_search(), + // .postsSearch = tl.data().is_posts_search(), .giftUpgraded = tl.data().is_stargift_upgrade(), .giftResale = tl.data().is_stargift_resale(), .reaction = tl.data().is_reaction(),