mirror of
https://github.com/simplex-chat/simplexmq.git
synced 2026-08-29 09:58:41 +00:00
comment
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user