mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-01-20 22:41:11 +00:00
Hide linked chat button for now.
This commit is contained in:
parent
8b804d1995
commit
a2b0631932
@ -779,7 +779,7 @@ void Controller::fillManageSection() {
|
||||
return !isChannel
|
||||
? false
|
||||
: channel->isBroadcast()
|
||||
? channel->canEditInformation()
|
||||
? (channel->linkedChat() && channel->canEditInformation())
|
||||
: (channel->linkedChat()
|
||||
&& channel->canPinMessages()
|
||||
&& channel->adminRights() != 0);
|
||||
|
Loading…
Reference in New Issue
Block a user