mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-08-21 19:00:01 +00:00
core: sync connections (#6345)
* core: sync subsbriptions * sha map * sync event * should delete flag * wip * schema * wip * delete * update simplexmq * plans * rename, adapt * update * plans * option to show ids * plans * fix, test * more tests * postgres * plans * cleanup * plans --------- Co-authored-by: Evgeny Poberezkin <evgeny@poberezkin.com>
This commit is contained in:
co-authored by
Evgeny Poberezkin
parent
65e215509b
commit
37c8aca3b3
@@ -440,6 +440,7 @@ undocumentedCommands =
|
||||
"ReconnectAllServers",
|
||||
"ReconnectServer",
|
||||
"ResetAgentServersStats",
|
||||
"ShowConnectionsDiff",
|
||||
"ResubscribeAllConnections",
|
||||
"SetAllContactReceipts",
|
||||
"SetChatItemTTL",
|
||||
|
||||
@@ -199,6 +199,7 @@ undocumentedEvents =
|
||||
"CEvtSndFileRedirectStartXFTP",
|
||||
"CEvtSndFileStart", -- legacy SMP files
|
||||
"CEvtSndStandaloneFileComplete",
|
||||
"CEvtConnectionsDiff",
|
||||
"CEvtSubscriptionEnd",
|
||||
"CEvtTerminalEvent",
|
||||
"CEvtTimedAction",
|
||||
|
||||
@@ -130,6 +130,7 @@ undocumentedResponses =
|
||||
"CRChats",
|
||||
"CRChatStarted",
|
||||
"CRChatStopped",
|
||||
"CRConnectionsDiff",
|
||||
"CRChatTags",
|
||||
"CRConnectionAliasUpdated",
|
||||
"CRConnectionIncognitoUpdated",
|
||||
|
||||
Reference in New Issue
Block a user