core: 6.4.1.1

This commit is contained in:
Evgeny Poberezkin
2025-07-25 22:21:41 +01:00
parent b2f9ee4326
commit c714a37221
4 changed files with 4 additions and 9 deletions

View File

@@ -541,11 +541,6 @@ RcvGroupE2EEInfo:
ChatBanner:
- type: "chatBanner"
InvalidJSON:
- type: "invalidJSON"
- direction: [MsgDirection](#msgdirection)
- json: string
---

View File

@@ -179,8 +179,8 @@ ciQuoteType =
chatTypesDocsData :: [(SumTypeInfo, SumTypeJsonEncoding, String, [ConsName], Expr, Text)]
chatTypesDocsData =
[ ((sti @(Chat 'CTDirect)) {typeName = "AChat"}, STRecord, "", [], "", ""),
((sti @JSONChatInfo) {typeName = "ChatInfo"}, STUnion, "JCInfo", [], "", ""),
((sti @JSONCIContent) {typeName = "CIContent"}, STUnion, "JCI", [], "", ""),
((sti @JSONChatInfo) {typeName = "ChatInfo"}, STUnion, "JCInfo", ["JCInfoInvalidJSON"], "", ""),
((sti @JSONCIContent) {typeName = "CIContent"}, STUnion, "JCI", ["JCIInvalidJSON"], "", ""),
((sti @JSONCIDeleted) {typeName = "CIDeleted"}, STUnion, "JCID", [], "", ""),
((sti @JSONCIDirection) {typeName = "CIDirection"}, STUnion, "JCI", [], "", ""),
((sti @JSONCIFileStatus) {typeName = "CIFileStatus"}, STUnion, "JCIFS", [], "", ""),

View File

@@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack
name: simplex-chat
version: 6.4.1.0
version: 6.4.1.1
category: Web, System, Services, Cryptography
homepage: https://github.com/simplex-chat/simplex-chat#readme
author: simplex.chat

View File

@@ -75,7 +75,7 @@ remoteFilesFolder = "simplex_v1_files"
-- when acting as host
minRemoteCtrlVersion :: AppVersion
minRemoteCtrlVersion = AppVersion [6, 4, 0, 5, 1]
minRemoteCtrlVersion = AppVersion [6, 4, 1, 0]
-- when acting as controller
minRemoteHostVersion :: AppVersion