From 17ba07aaeb1de7c4e601bd33dc913d1fdf65a53b Mon Sep 17 00:00:00 2001 From: spaced4ndy <8711996+spaced4ndy@users.noreply.github.com> Date: Wed, 12 Jun 2024 19:41:33 +0400 Subject: [PATCH] uncomment --- src/Simplex/Messaging/Agent/Client.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Simplex/Messaging/Agent/Client.hs b/src/Simplex/Messaging/Agent/Client.hs index accdc6fa9..8f002b71b 100644 --- a/src/Simplex/Messaging/Agent/Client.hs +++ b/src/Simplex/Messaging/Agent/Client.hs @@ -1926,7 +1926,7 @@ data SMPServerSummary = SMPServerSummary activeSubscriptions :: [SMPServerSubRcvId], pendingSubscriptions :: [SMPServerSubRcvId], rcvMsgs :: Int64, - -- duplicateRcvMsgs :: Int64, -- tracking it per server allows to easier detect it before checking detailed info + duplicateRcvMsgs :: Int64, -- tracking it per server allows to easier detect it before checking detailed info sndMsgs :: Int64 } deriving (Show)