This commit is contained in:
spaced4ndy
2024-06-12 16:50:35 +04:00
parent cb774751da
commit 1076ecf560
+1 -1
View File
@@ -1972,7 +1972,7 @@ data SMPServerDeliveryInfo = SMPServerDeliveryInfo
{ host :: Text,
viaOnionHost :: Bool, -- to not differentiate based on string in UI
viaSOCKSproxy :: Bool,
proxy :: Maybe SMPServer
smpProxy :: Maybe SMPServer
-- numProxiedMsgs :: Int -- per server / per proxy? not sure this is valuable
}
deriving (Show)