mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Poll UI improvements
This commit is contained in:
@@ -396,7 +396,7 @@ private func createPollControllerEntries(presentationData: PresentationData, pee
|
||||
}
|
||||
|
||||
var canBePublic = true
|
||||
if let channel = peer as? TelegramChannel, case .broadcast = channel.info, let username = channel.username, !username.isEmpty {
|
||||
if let channel = peer as? TelegramChannel, case .broadcast = channel.info {
|
||||
canBePublic = false
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user