Merge branch 'master' into remote-desktop

This commit is contained in:
Evgeny Poberezkin
2023-10-13 17:46:14 +01:00
22 changed files with 792 additions and 249 deletions
+2 -1
View File
@@ -182,7 +182,8 @@ defaultMobileConfig :: ChatConfig
defaultMobileConfig =
defaultChatConfig
{ confirmMigrations = MCYesUp,
logLevel = CLLError
logLevel = CLLError,
coreApi = True
}
getActiveUser_ :: SQLiteStore -> IO (Maybe User)