mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-07-21 11:11:48 +00:00
fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user