core: option to run client as chat relay; cli api to get, set relays (#6407)

This commit is contained in:
spaced4ndy
2025-10-27 12:29:38 +00:00
committed by GitHub
parent 79bdc03529
commit 5ddc454049
14 changed files with 240 additions and 61 deletions
+5
View File
@@ -389,6 +389,11 @@ data ChatCommand
| SetUserProtoServers AProtocolType [AProtoServerWithAuth]
| APITestProtoServer UserId AProtoServerWithAuth
| TestProtoServer AProtoServerWithAuth
| GetUserChatRelays
| SetUserChatRelays [CLINewRelay]
-- TODO [chat relays] commands to test chat relay
-- | APITestChatRelay UserId ConnLinkContact
-- | TestChatRelay ConnLinkContact
| APIGetServerOperators
| APISetServerOperators (NonEmpty ServerOperator)
| SetServerOperators (NonEmpty ServerOperatorRoles)