Default created channels to public

This commit is contained in:
Ali 2019-11-02 23:05:10 +04:00
parent 99b62ac271
commit 9ef483f6d4

View File

@ -637,7 +637,7 @@ private func channelVisibilityControllerEntries(presentationData: PresentationDa
if let current = state.selectedType {
selectedType = current
} else {
selectedType = .privateChannel
selectedType = .publicChannel
}
let currentAddressName: String