mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-22 18:27:17 +00:00
Temporary fixed build.
This commit is contained in:
parent
efda892205
commit
f5217caefc
@ -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(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user