mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 14:45:21 +00:00
Add "group is full" error
This commit is contained in:
@@ -189,7 +189,9 @@ final class ChatChannelSubscriberInputPanelNode: ChatInputPanelNode {
|
||||
}
|
||||
}))
|
||||
return
|
||||
default:
|
||||
case .tooMuchUsers:
|
||||
text = presentationInterfaceState.strings.Conversation_UsersTooMuchError
|
||||
case .generic:
|
||||
if let channel = peer as? TelegramChannel, case .broadcast = channel.info {
|
||||
text = presentationInterfaceState.strings.Channel_ErrorAccessDenied
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user