mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 06:07:45 +00:00
Remove "Boost Group" button in channels.
This commit is contained in:
parent
20f3ef9a5b
commit
f59c46cd7c
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user