Merge branch 'master-ghc8107' into master-android
This commit is contained in:
commit
0a4a3a24e1
@ -1994,7 +1994,7 @@ processChatCommand = \case
|
|||||||
DeleteRemoteCtrl rc -> withUser_ $ deleteRemoteCtrl rc >> ok_
|
DeleteRemoteCtrl rc -> withUser_ $ deleteRemoteCtrl rc >> ok_
|
||||||
QuitChat -> liftIO exitSuccess
|
QuitChat -> liftIO exitSuccess
|
||||||
ShowVersion -> do
|
ShowVersion -> do
|
||||||
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}
|
||||||
|
Loading…
Reference in New Issue
Block a user