diff --git a/Telegram/SourceFiles/info/profile/info_profile_top_bar.cpp b/Telegram/SourceFiles/info/profile/info_profile_top_bar.cpp index 08cdb06529..d6db9274dd 100644 --- a/Telegram/SourceFiles/info/profile/info_profile_top_bar.cpp +++ b/Telegram/SourceFiles/info/profile/info_profile_top_bar.cpp @@ -942,8 +942,10 @@ void TopBar::setupActions(not_null controller) { return; } if (!topic - && ((chat && !chat->amCreator()) - || (channel && !channel->amCreator()))) { + && ((chat && !chat->amCreator() && !chat->hasAdminRights()) + || (channel + && !channel->amCreator() + && !channel->hasAdminRights()))) { const auto show = controller->uiShow(); const auto reportButton = Ui::CreateChild( this,