mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
fix, tests
This commit is contained in:
+1
-1
@@ -1806,7 +1806,7 @@ processChatCommand = \case
|
||||
xContactId <- maybe randomXContactId pure xContactId_
|
||||
connect' Nothing cReqHash xContactId
|
||||
Just gLinkId -> procCmd $ do
|
||||
let xContactId = XContactId <$> drgRandomBytes 16
|
||||
xContactId <- XContactId <$> drgRandomBytes 16
|
||||
connect' (Just gLinkId) cReqHash xContactId
|
||||
where
|
||||
connect' groupLinkId cReqHash xContactId = do
|
||||
|
||||
Reference in New Issue
Block a user