mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-19 15:47:11 +02:00
Fix discussion group unlinking.
This commit is contained in:
parent
7f74084237
commit
9871184953
1 changed files with 1 additions and 1 deletions
|
@ -786,7 +786,7 @@ void Controller::fillManageSection() {
|
|||
? channel->canEditInformation()
|
||||
: (channel->linkedChat()
|
||||
&& channel->canPinMessages()
|
||||
&& channel->adminRights() != 0
|
||||
&& (channel->amCreator() || channel->adminRights() != 0)
|
||||
&& (!channel->hiddenPreHistory()
|
||||
|| channel->canEditPreHistoryHidden()));
|
||||
}();
|
||||
|
|
Loading…
Add table
Reference in a new issue