core: fix withStore usage in subscriber

This commit is contained in:
spaced4ndy
2026-04-02 21:13:23 +04:00
parent a14a66db14
commit 5241a2d7f3
+1 -1
View File
@@ -1492,7 +1492,7 @@ processAgentMessageConn vr user@User {userId} corrId agentConnId agentMessage =
chatVR <- chatVersionRange
let chatV = chatVR `peerConnChatVersion` chatVRange
(cmdId, acId) <- agentAcceptContactAsync user True invId msg subMode PQSupportOff chatV
withFastStore $ \db -> do
withStore $ \db -> do
Connection {connId = testCId} <- createRelayTestConnection db vr user acId ConnAccepted chatV subMode
liftIO $ setCommandConnId db user cmdId testCId
-- TODO [relays] owner, relays: TBC how to communicate member rejection rules from owner to relays