From db446c28790a3d8d97615bc5e4716fd68c41d029 Mon Sep 17 00:00:00 2001 From: "Evgeny @ SimpleX Chat" <259188159+evgeny-simplex@users.noreply.github.com> Date: Mon, 27 Jul 2026 11:11:57 +0000 Subject: [PATCH] sign in relay groups too --- src/Simplex/Chat/Library/Subscriber.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Simplex/Chat/Library/Subscriber.hs b/src/Simplex/Chat/Library/Subscriber.hs index 55583def13..c1cb050efb 100644 --- a/src/Simplex/Chat/Library/Subscriber.hs +++ b/src/Simplex/Chat/Library/Subscriber.hs @@ -836,7 +836,7 @@ processAgentMessageConn cxt user@User {userId} corrId agentConnId agentMessage = -- [incognito] send saved profile incognitoProfile <- forM customUserProfileId $ \pId -> withStore (\db -> getProfileById db userId pId) profileToSend <- presentUserBadge user incognitoProfile $ userProfileInGroup user gInfoK (fromLocalProfile <$> incognitoProfile) - if not (useRelays' gInfo) && maxVersion chatVRange >= relayWebCapVersion + if maxVersion chatVRange >= relayWebCapVersion && isJust (groupKeys gInfoK) then do dm <- encodeSignedGroupConnInfo gInfoK $ XInfo profileToSend (groupMemberKey gInfoK) allowAgentConnectionInfo user conn' confId dm