mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
fix proxy
This commit is contained in:
parent
5702b6d122
commit
00640cbe95
1 changed files with 1 additions and 0 deletions
|
|
@ -66,6 +66,7 @@ public struct ProxyServerSettings: Codable, Equatable, Hashable {
|
|||
|
||||
public func hash(into hasher: inout Hasher) {
|
||||
hasher.combine(self.host)
|
||||
hasher.combine(self.port)
|
||||
hasher.combine(self.connection)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue