2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-22 18:27:17 +00:00

Temporary fixed build.

This commit is contained in:
23rd 2025-08-12 18:26:14 +03:00
parent efda892205
commit f5217caefc

View File

@ -153,7 +153,7 @@ Data::CreditsHistoryEntry CreditsHistoryEntryFromTL(
.floodSkip = int(tl.data().vfloodskip_number().value_or(0)), .floodSkip = int(tl.data().vfloodskip_number().value_or(0)),
.converted = stargift && incoming, .converted = stargift && incoming,
.stargift = stargift.has_value(), .stargift = stargift.has_value(),
.postsSearch = tl.data().is_posts_search(), // .postsSearch = tl.data().is_posts_search(),
.giftUpgraded = tl.data().is_stargift_upgrade(), .giftUpgraded = tl.data().is_stargift_upgrade(),
.giftResale = tl.data().is_stargift_resale(), .giftResale = tl.data().is_stargift_resale(),
.reaction = tl.data().is_reaction(), .reaction = tl.data().is_reaction(),