mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Various fixes
This commit is contained in:
@@ -75,6 +75,7 @@ extension ChatControllerImpl {
|
||||
}
|
||||
} else if peer is TelegramSecretChat {
|
||||
canSendPolls = false
|
||||
canSendTodos = false
|
||||
} else if let channel = peer as? TelegramChannel {
|
||||
if case .broadcast = channel.info {
|
||||
canSendTodos = false
|
||||
|
||||
Reference in New Issue
Block a user