mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 14:45:21 +00:00
Chat moderation improvements
This commit is contained in:
@@ -616,6 +616,10 @@ private final class AdminUserActionsSheetComponent: Component {
|
||||
canBanEveryone = false
|
||||
continue
|
||||
}
|
||||
if let banInfo = peer.participant.banInfo, !banInfo.isMember {
|
||||
canBanEveryone = false
|
||||
continue
|
||||
}
|
||||
|
||||
switch peer.participant {
|
||||
case .creator:
|
||||
|
||||
Reference in New Issue
Block a user