mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Default created channels to public
This commit is contained in:
parent
99b62ac271
commit
9ef483f6d4
@ -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…
x
Reference in New Issue
Block a user