mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2025-06-28 20:29:53 +00:00
Merge branch 'master' into xftp
This commit is contained in:
commit
1f15cf54af
112 changed files with 7406 additions and 989 deletions
|
@ -204,7 +204,7 @@ var xftpConfig: XFTPFileConfig? = getXFTPCfg()
|
|||
func startChat() -> DBMigrationResult? {
|
||||
hs_init(0, nil)
|
||||
if chatStarted { return .ok }
|
||||
let (_, dbStatus) = chatMigrateInit()
|
||||
let (_, dbStatus) = chatMigrateInit(confirmMigrations: defaultMigrationConfirmation())
|
||||
if dbStatus != .ok {
|
||||
resetChatCtrl()
|
||||
return dbStatus
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue