mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-06-02 04:14:58 +00:00
core: filter connection plan query results by user_id (#3251)
This commit is contained in:
+1
-1
@@ -2249,7 +2249,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
|
||||
|
||||
Reference in New Issue
Block a user