diff --git a/Telegram/SourceFiles/boxes/peers/edit_peer_info_box.cpp b/Telegram/SourceFiles/boxes/peers/edit_peer_info_box.cpp index b144dd99c9..adb7122d00 100644 --- a/Telegram/SourceFiles/boxes/peers/edit_peer_info_box.cpp +++ b/Telegram/SourceFiles/boxes/peers/edit_peer_info_box.cpp @@ -778,7 +778,9 @@ void Controller::fillManageSection() { ? false : channel->isBroadcast() ? channel->canEditInformation() - : (channel->linkedChat() && channel->canPinMessages()); + : (channel->linkedChat() + && channel->canPinMessages() + && channel->adminRights() != 0); }(); AddSkip(_controls.buttonsLayout, 0);