diff --git a/src/Simplex/Messaging/Agent/Client.hs b/src/Simplex/Messaging/Agent/Client.hs index d965459ac..32ca3106a 100644 --- a/src/Simplex/Messaging/Agent/Client.hs +++ b/src/Simplex/Messaging/Agent/Client.hs @@ -1909,7 +1909,9 @@ withNextSrv c userId usedSrvs initUsed action = do data AgentServersSummary = AgentServersSummary { usersServersSummary :: Map UserId ServersSummary -- UserId to be mapped to User in chat core - -- totalServersSummary :: ServersSummary -- compute in backend to not repeat logic in UI? + -- compute in backend to not repeat logic in UI? + -- requires separate type / changing summary type to accomodate many servers (e.g. lists of workers, etc.) + -- totalServersSummary :: ServersSummary } deriving (Show)