mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix build.
This commit is contained in:
parent
ebf4e88a10
commit
df5454a0b0
1 changed files with 0 additions and 5 deletions
|
@ -1363,11 +1363,6 @@ void GiveawayInfoBox(
|
||||||
? start->quantity
|
? start->quantity
|
||||||
: (results->winnersCount + results->unclaimedCount);
|
: (results->winnersCount + results->unclaimedCount);
|
||||||
const auto months = start ? start->months : results->months;
|
const auto months = start ? start->months : results->months;
|
||||||
const auto group = results
|
|
||||||
? results->channel->isMegagroup()
|
|
||||||
: !start->channels.empty()
|
|
||||||
? start->channels.front()->isMegagroup()
|
|
||||||
: false;
|
|
||||||
const auto group = results
|
const auto group = results
|
||||||
? results->channel->isMegagroup()
|
? results->channel->isMegagroup()
|
||||||
: (!start->channels.empty()
|
: (!start->channels.empty()
|
||||||
|
|
Loading…
Add table
Reference in a new issue