Merge branch 'master' into remote-desktop

This commit is contained in:
Evgeny Poberezkin
2023-10-22 13:04:15 +01:00
17 changed files with 198 additions and 87 deletions
+1 -1
View File
@@ -2286,7 +2286,7 @@ processChatCommand = \case
case groupLinkId of
-- contact address
Nothing ->
withStore' (`getUserContactLinkByConnReq` cReqSchemas) >>= \case
withStore' (\db -> getUserContactLinkByConnReq db user cReqSchemas) >>= \case
Just _ -> pure $ CPContactAddress CAPOwnLink
Nothing -> do
withStore' (\db -> getContactConnEntityByConnReqHash db user cReqHashes) >>= \case