From 0621abc444d5eacda7a9842640ad31ef819d1477 Mon Sep 17 00:00:00 2001 From: spaced4ndy <8711996+spaced4ndy@users.noreply.github.com> Date: Fri, 31 Oct 2025 18:07:04 +0400 Subject: [PATCH] fix --- src/Simplex/Chat/Library/Commands.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Simplex/Chat/Library/Commands.hs b/src/Simplex/Chat/Library/Commands.hs index 1db555f4c7..f1f34b679a 100644 --- a/src/Simplex/Chat/Library/Commands.hs +++ b/src/Simplex/Chat/Library/Commands.hs @@ -3581,7 +3581,7 @@ processChatCommand vr nm = \case addRelay :: UserChatRelay -> CM GroupRelay addRelay relay@UserChatRelay {address} = do -- TODO [relays] owner: can update relay profile from data retrieved via getConnShortLink - (cReq, _cData) <- withAgent $ \a -> getConnShortLink a nm (aUserId user) address + (cReq, _cData) <- getShortLinkConnReq user address lift (withAgent' $ \a -> connRequestPQSupport a PQSupportOff cReq) >>= \case Nothing -> throwChatError CEInvalidConnReq Just (agentV, _) -> do