mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 14:17:45 +00:00
Remove "Boost Group" button in channels.
This commit is contained in:
@@ -1054,7 +1054,7 @@ void Filler::addViewStatistics() {
|
||||
controller->showSection(Info::Boosts::Make(peer));
|
||||
}
|
||||
}, &st::menuIconBoosts);
|
||||
} else {
|
||||
} else if (channel->isMegagroup()) {
|
||||
_addAction(tr::lng_boost_group_button(tr::now), [=] {
|
||||
if (const auto strong = weak.get()) {
|
||||
controller->resolveBoostState(channel);
|
||||
|
Reference in New Issue
Block a user