fix typo
This commit is contained in:
parent
640f6aa290
commit
bb706eb12e
@ -800,7 +800,7 @@ processChatCommand' vr = \case
|
|||||||
createdAt <- liftIO getCurrentTime
|
createdAt <- liftIO getCurrentTime
|
||||||
let content = CISndMsgContent mc
|
let content = CISndMsgContent mc
|
||||||
let cd = CDLocalSnd nf
|
let cd = CDLocalSnd nf
|
||||||
ciId <- creaсteLocalChatItem user cd content createdAt
|
ciId <- createLocalChatItem user cd content createdAt
|
||||||
ciFile_ <- forM file_ $ \cf@CryptoFile {filePath, cryptoArgs} -> do
|
ciFile_ <- forM file_ $ \cf@CryptoFile {filePath, cryptoArgs} -> do
|
||||||
fsFilePath <- toFSFilePath filePath
|
fsFilePath <- toFSFilePath filePath
|
||||||
fileSize <- liftIO $ CF.getFileContentsSize $ CryptoFile fsFilePath cryptoArgs
|
fileSize <- liftIO $ CF.getFileContentsSize $ CryptoFile fsFilePath cryptoArgs
|
||||||
|
Loading…
Reference in New Issue
Block a user