core: update for GHC 9.6.2

This commit is contained in:
Evgeny Poberezkin
2023-09-18 21:52:51 +01:00
parent 904b758e79
commit f1101b09ce

View File

@@ -1657,7 +1657,7 @@ processChatCommand = \case
case memberConn m of
Just mConn -> do
let msg = XGrpDirectInv cReq msgContent_
(sndMsg, _) <- sendDirectMessage mConn msg (GroupId $ groupId (g :: GroupInfo))
(sndMsg, _) <- sendDirectMessage mConn msg (GroupId $ g.groupId)
withStore' $ \db -> setContactGrpInvSent db ct True
let ct' = ct {contactGrpInvSent = True}
forM_ msgContent_ $ \mc -> do