Various fixes

This commit is contained in:
Ilya Laktyushin
2025-06-28 23:51:09 +02:00
parent df3eab0a74
commit 2ce6d8c66c
5 changed files with 27 additions and 13 deletions

View File

@@ -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