mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-04-14 13:55:54 +00:00
ios: update servers API/UI (#2149)
* ios: update servers API/UI * fix UI * fix
This commit is contained in:
committed by
GitHub
parent
d250e503b0
commit
5ae0afe1fe
@@ -697,7 +697,7 @@ data ParsedServerAddress = ParsedServerAddress
|
||||
instance ToJSON ParsedServerAddress where toEncoding = J.genericToEncoding J.defaultOptions
|
||||
|
||||
data ServerAddress = ServerAddress
|
||||
{ protocol :: AProtocolType,
|
||||
{ serverProtocol :: AProtocolType,
|
||||
hostnames :: NonEmpty String,
|
||||
port :: String,
|
||||
keyHash :: String,
|
||||
|
||||
Reference in New Issue
Block a user