diff --git a/src/Simplex/Messaging/Agent/Client.hs b/src/Simplex/Messaging/Agent/Client.hs index 8f002b71b..af9eef919 100644 --- a/src/Simplex/Messaging/Agent/Client.hs +++ b/src/Simplex/Messaging/Agent/Client.hs @@ -1923,7 +1923,7 @@ data ServersSummary = ServersSummary data SMPServerSummary = SMPServerSummary { smpServer :: SMPServer, usedForNewConnections :: Bool, - activeSubscriptions :: [SMPServerSubRcvId], + activeSubscriptions :: [SMPServerSubRcvId], -- or even simply count? pendingSubscriptions :: [SMPServerSubRcvId], rcvMsgs :: Int64, duplicateRcvMsgs :: Int64, -- tracking it per server allows to easier detect it before checking detailed info