core, ui: chat relay addresses (#6191)

This commit is contained in:
Evgeny
2025-08-15 17:37:10 +01:00
committed by GitHub
parent 16ed5bcb57
commit fb8d8ec7c3
7 changed files with 11 additions and 4 deletions
+1
View File
@@ -3534,6 +3534,7 @@ processChatCommand vr nm = \case
Just (cReq, g) -> pure $ Just (con cReq, CPGroupLink (GLPOwnLink g))
Nothing -> (gPlan =<<) <$> getGroupViaShortLinkToConnect db vr user l'
CCTChannel -> throwCmdError "channel links are not supported in this version"
CCTRelay -> throwCmdError "chat relay links are not supported in this version"
connectWithPlan :: User -> IncognitoEnabled -> ACreatedConnLink -> ConnectionPlan -> CM ChatResponse
connectWithPlan user@User {userId} incognito ccLink plan
| connectionPlanProceed plan = do