core: fix report count when loading chat (#5505)

* core: fix report count when loading chat

* remove "deleted" parameter from api
This commit is contained in:
Evgeny
2025-01-10 19:41:01 +00:00
committed by GitHub
parent 5fcf5c2cf8
commit c8c6a832dd
9 changed files with 36 additions and 78 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ import qualified Simplex.Messaging.Agent.Store.DB as DB
import Simplex.Messaging.Compression (Compressed, compress1, decompress1)
import Simplex.Messaging.Encoding
import Simplex.Messaging.Encoding.String
import Simplex.Messaging.Parsers (blobFieldDecoder, defaultJSON, dropPrefix, fromTextField_, fstToLower, parseAll, sumTypeJSON, taggedObjectJSON)
import Simplex.Messaging.Parsers (defaultJSON, dropPrefix, fromTextField_, fstToLower, parseAll, sumTypeJSON, taggedObjectJSON)
import Simplex.Messaging.Protocol (MsgBody)
import Simplex.Messaging.Util (decodeJSON, eitherToMaybe, encodeJSON, safeDecodeUtf8, (<$?>))
import Simplex.Messaging.Version hiding (version)