mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Default created channels to public
This commit is contained in:
parent
99b62ac271
commit
9ef483f6d4
1 changed files with 1 additions and 1 deletions
|
|
@ -637,7 +637,7 @@ private func channelVisibilityControllerEntries(presentationData: PresentationDa
|
|||
if let current = state.selectedType {
|
||||
selectedType = current
|
||||
} else {
|
||||
selectedType = .privateChannel
|
||||
selectedType = .publicChannel
|
||||
}
|
||||
|
||||
let currentAddressName: String
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue