diff --git a/Telegram/SourceFiles/window/window_peer_menu.cpp b/Telegram/SourceFiles/window/window_peer_menu.cpp index 10999c91cf..bcba1a434d 100644 --- a/Telegram/SourceFiles/window/window_peer_menu.cpp +++ b/Telegram/SourceFiles/window/window_peer_menu.cpp @@ -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);