mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-04-26 21:45:52 +00:00
core: forward compatible format encoding (for remote desktop) (#6147)
* core: forward compatible format encoding (for remote desktop) * fix ios
This commit is contained in:
@@ -255,7 +255,7 @@ chatTypesDocsData =
|
||||
(sti @FileProtocol, (STEnum' $ consLower "FP"), "", [], "", ""),
|
||||
(sti @FileStatus, STEnum, "FS", [], "", ""),
|
||||
(sti @FileTransferMeta, STRecord, "", [], "", ""),
|
||||
(sti @Format, STUnion, "", [], "", ""),
|
||||
(sti @Format, STUnion, "", ["Unknown"], "", ""),
|
||||
(sti @FormattedText, STRecord, "", [], "", ""),
|
||||
(sti @FullGroupPreferences, STRecord, "", [], "", ""),
|
||||
(sti @FullPreferences, STRecord, "", [], "", ""),
|
||||
|
||||
@@ -170,6 +170,7 @@ toTypeInfo tr =
|
||||
"FormatColor" -> ST "Color" []
|
||||
"CustomData" -> ST "JSONObject" []
|
||||
"KeyMap" -> ST "JSONObject" []
|
||||
"Value" -> ST "JSONObject" []
|
||||
"CIQDirection" -> ST "CIDirection" []
|
||||
"SendRef" -> ST "ChatRef" []
|
||||
t
|
||||
|
||||
Reference in New Issue
Block a user