From b71267eed5ced8d5a7bf2cb563a70c4553282980 Mon Sep 17 00:00:00 2001 From: Benoit Martins Date: Wed, 29 Jan 2025 17:18:15 +0100 Subject: [PATCH] Removed automatic download activation on application launch --- Linphone/Core/CoreContext.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Linphone/Core/CoreContext.swift b/Linphone/Core/CoreContext.swift index 1d8adeafa..5731daf4c 100644 --- a/Linphone/Core/CoreContext.swift +++ b/Linphone/Core/CoreContext.swift @@ -148,7 +148,6 @@ final class CoreContext: ObservableObject { self.mCore.friendListSubscriptionEnabled = true // 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: "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")