Compare commits

...

2 Commits

Author SHA1 Message Date
Evgeny Poberezkin
fe0ff44f92 Merge branch 'master' into ep/add-splice 2023-11-17 11:00:44 +00:00
Evgeny Poberezkin
7a7f3dbd74 core: add simplemq version 2023-11-17 10:51:47 +00:00

View File

@@ -1921,7 +1921,7 @@ processChatCommand = \case
QuitChat -> liftIO exitSuccess QuitChat -> liftIO exitSuccess
ShowVersion -> do ShowVersion -> do
-- simplexmqCommitQ makes iOS builds crash m( -- simplexmqCommitQ makes iOS builds crash m(
let versionInfo = coreVersionInfo "" -- $(simplexmqCommitQ) let versionInfo = coreVersionInfo $(simplexmqCommitQ)
chatMigrations <- map upMigration <$> withStore' (Migrations.getCurrent . DB.conn) chatMigrations <- map upMigration <$> withStore' (Migrations.getCurrent . DB.conn)
agentMigrations <- withAgent getAgentMigrations agentMigrations <- withAgent getAgentMigrations
pure $ CRVersionInfo {versionInfo, chatMigrations, agentMigrations} pure $ CRVersionInfo {versionInfo, chatMigrations, agentMigrations}