agent: always return simplex:/ links in invitations

This commit is contained in:
Evgeny Poberezkin
2023-10-12 14:54:37 +01:00
parent 6b0da8ac50
commit 696fa652a5

View File

@@ -581,7 +581,7 @@ newRcvConnSrv c userId connId enableNtfs cMode clientData subMode srv = do
when enableNtfs $ do
ns <- asks ntfSupervisor
atomically $ sendNtfSubCommand ns (connId, NSCCreate)
let crData = ConnReqUriData simplexChat smpAgentVRange [qUri] clientData
let crData = ConnReqUriData CRSSimplex smpAgentVRange [qUri] clientData
case cMode of
SCMContact -> pure (connId, CRContactUri crData)
SCMInvitation -> do