mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-04 18:41:00 +00:00
Remove legacy fields
This commit is contained in:
parent
d88a84e879
commit
c241c9b6a3
@ -50,15 +50,13 @@ public struct AccountProxyConnection: Codable {
|
|||||||
public let username: String?
|
public let username: String?
|
||||||
public let password: String?
|
public let password: String?
|
||||||
public let secret: Data?
|
public let secret: Data?
|
||||||
public let secretHost: String?
|
|
||||||
|
|
||||||
public init(host: String, port: Int32, username: String?, password: String?, secret: Data?, secretHost: String?) {
|
public init(host: String, port: Int32, username: String?, password: String?, secret: Data?) {
|
||||||
self.host = host
|
self.host = host
|
||||||
self.port = port
|
self.port = port
|
||||||
self.username = username
|
self.username = username
|
||||||
self.password = password
|
self.password = password
|
||||||
self.secret = secret
|
self.secret = secret
|
||||||
self.secretHost = secretHost
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user