From 9ac0445347c6220a46345f5e0d374dfc6e287e2e Mon Sep 17 00:00:00 2001 From: Benoit Martins Date: Thu, 5 Feb 2026 09:11:33 +0000 Subject: [PATCH] Comment out migration code in CoreContext.swift --- Linphone/Core/CoreContext.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Linphone/Core/CoreContext.swift b/Linphone/Core/CoreContext.swift index 01125c8f6..a07b90058 100644 --- a/Linphone/Core/CoreContext.swift +++ b/Linphone/Core/CoreContext.swift @@ -168,6 +168,7 @@ class CoreContext: ObservableObject { self.mCore.fecEnabled = true // Migration + /* self.mCore.config!.setBool(section: "sip", key: "auto_answer_replacing_calls", value: false) self.mCore.config!.setBool(section: "sip", key: "deliver_imdn", value: false) self.mCore.config!.setString(section: "misc", key: "log_collection_upload_server_url", value: "https://files.linphone.org:443/http-file-transfer-server/hft.php") @@ -177,6 +178,7 @@ class CoreContext: ObservableObject { self.mCore.imdnToEverybodyThreshold = 1 self.imdnToEverybodyThreshold = self.mCore.imdnToEverybodyThreshold == 1 //self.copyDatabaseFileToDocumentsDirectory() + */ let shortcutsCount = self.mCore.config!.getInt(section: "ui", key: "shortcut_count", defaultValue: 0) if shortcutsCount > 0 {