mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-04-25 12:02:13 +00:00
core, ui: chat relay test (#6736)
This commit is contained in:
@@ -414,6 +414,7 @@ undocumentedCommands =
|
||||
"APISwitchGroupMember",
|
||||
"APISyncContactRatchet",
|
||||
"APISyncGroupMemberRatchet",
|
||||
"APITestChatRelay",
|
||||
"APITestProtoServer",
|
||||
"APIUnhideUser",
|
||||
"APIUnmuteUser",
|
||||
@@ -471,6 +472,7 @@ undocumentedCommands =
|
||||
"StopRemoteHost",
|
||||
"StoreRemoteFile",
|
||||
"SwitchRemoteHost",
|
||||
"TestChatRelay",
|
||||
"TestProtoServer",
|
||||
"TestStorageEncryption",
|
||||
"VerifyRemoteCtrlSession"
|
||||
|
||||
@@ -132,6 +132,7 @@ undocumentedResponses =
|
||||
"CRChatItemInfo",
|
||||
"CRChatItems",
|
||||
"CRChatItemTTL",
|
||||
"CRChatRelayTestResult",
|
||||
"CRChats",
|
||||
"CRConnectionsDiff",
|
||||
"CRChatTags",
|
||||
|
||||
@@ -331,6 +331,7 @@ chatTypesDocsData =
|
||||
(sti @RcvFileStatus, STUnion, "RFS", [], "", ""),
|
||||
(sti @RcvFileTransfer, STRecord, "", [], "", ""),
|
||||
(sti @RcvGroupEvent, STUnion, "RGE", [], "", ""),
|
||||
(sti @RelayProfile, STRecord, "", [], "", ""),
|
||||
(sti @RelayStatus, STEnum, "RS", [], "", ""),
|
||||
(sti @ReportReason, STEnum' (dropPfxSfx "RR" ""), "", ["RRUnknown"], "", ""),
|
||||
(sti @RoleGroupPreference, STRecord, "", [], "", ""),
|
||||
@@ -534,6 +535,7 @@ deriving instance Generic RcvFileDescr
|
||||
deriving instance Generic RcvFileStatus
|
||||
deriving instance Generic RcvFileTransfer
|
||||
deriving instance Generic RcvGroupEvent
|
||||
deriving instance Generic RelayProfile
|
||||
deriving instance Generic RelayStatus
|
||||
deriving instance Generic ReportReason
|
||||
deriving instance Generic SecurityCode
|
||||
|
||||
Reference in New Issue
Block a user