Compare commits
2 Commits
angerman/b
...
ep/add-spl
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fe0ff44f92 | ||
|
|
7a7f3dbd74 |
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user