core: notify about xftp errors (#2105)

This commit is contained in:
spaced4ndy
2023-03-30 18:36:39 +04:00
committed by GitHub
parent 39330fdce3
commit b20824e16c
8 changed files with 24 additions and 7 deletions
+4 -1
View File
@@ -134,7 +134,10 @@ mobileChatOpts dbFilePrefix dbKey =
defaultMobileConfig :: ChatConfig
defaultMobileConfig =
defaultChatConfig {confirmMigrations = MCYesUp}
defaultChatConfig
{ confirmMigrations = MCYesUp,
logLevel = CLLError
}
type CJSONString = CString