Removed automatic download activation on application launch

This commit is contained in:
Benoit Martins 2025-01-29 17:18:15 +01:00
parent d353a9416e
commit b71267eed5

View file

@ -148,7 +148,6 @@ final class CoreContext: ObservableObject {
self.mCore.friendListSubscriptionEnabled = true self.mCore.friendListSubscriptionEnabled = true
// Migration // Migration
self.mCore.maxSizeForAutoDownloadIncomingFiles = 0
self.mCore.config!.setBool(section: "sip", key: "auto_answer_replacing_calls", value: false) 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!.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") self.mCore.config!.setString(section: "misc", key: "log_collection_upload_server_url", value: "https://files.linphone.org:443/http-file-transfer-server/hft.php")