mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 02:58:07 +00:00
Removed automatic download activation on application launch
This commit is contained in:
parent
d353a9416e
commit
b71267eed5
1 changed files with 0 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue