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")