fix, tests

This commit is contained in:
spaced4ndy
2023-08-18 22:02:24 +04:00
parent ff4c8659d0
commit f55d361bc4
3 changed files with 67 additions and 4 deletions
+1 -1
View File
@@ -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