From 2115b9c3fd8f76f95eff9d408dfa6725dce524c9 Mon Sep 17 00:00:00 2001 From: spaced4ndy <8711996+spaced4ndy@users.noreply.github.com> Date: Wed, 29 Oct 2025 14:24:32 +0400 Subject: [PATCH] update --- src/Simplex/Chat/Library/Commands.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Simplex/Chat/Library/Commands.hs b/src/Simplex/Chat/Library/Commands.hs index 198da2b629..620e2ad26a 100644 --- a/src/Simplex/Chat/Library/Commands.hs +++ b/src/Simplex/Chat/Library/Commands.hs @@ -3539,8 +3539,8 @@ processChatCommand vr nm = \case addRelays :: User -> GroupInfo -> ShortLinkContact -> [Int64] CM () addRelays _user _gInfo _groupLink _relayIds = do -- TODO [relays] owner: send contact requests to relays - -- TODO - create relay member connections, relay records (group_relays), relay status: RSInvited - -- TODO - send requests to relays: INV message - XGrpRelayInv + -- TODO - create relay member connections, relay records (group_relays), relay status: RSNew + -- TODO - send requests to relays: INV message - XGrpRelayInv, relay status: RSInvited -- TODO - agent joinConnectionAsync for contact links (currently prohibited) pure () drgRandomBytes :: Int -> CM ByteString