mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-31 01:25:50 +00:00
Fix build.
This commit is contained in:
@@ -1363,11 +1363,6 @@ void GiveawayInfoBox(
|
||||
? start->quantity
|
||||
: (results->winnersCount + results->unclaimedCount);
|
||||
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
|
||||
? results->channel->isMegagroup()
|
||||
: (!start->channels.empty()
|
||||
|
||||
Reference in New Issue
Block a user