mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Allow blocking channels in voice chats.
This commit is contained in:
@@ -84,7 +84,7 @@ void GroupMembersWidget::removePeer(PeerData *selectedPeer) {
|
||||
return it->second.rights;
|
||||
}
|
||||
}
|
||||
return MTP_chatBannedRights(MTP_flags(0), MTP_int(0));
|
||||
return ChannelData::EmptyRestrictedRights(user);
|
||||
}();
|
||||
|
||||
const auto peer = this->peer();
|
||||
|
||||
Reference in New Issue
Block a user