diff options
| author | levlam <levlam@telegram.org> | 2024-01-11 13:54:23 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2024-01-11 13:54:23 +0300 |
| commit | 562374088cff4457e4cc9b3b9937f9880dd8e3d0 (patch) | |
| tree | b27c2e75ecfafaaf4881b9b09599ce51397aa839 /example/swift | |
| parent | bf6345248fd6e9310eb54306af5700eedebe7386 (diff) | |
Remove setTdlibParameters.enable_storage_optimizer/ignore_file_names parameters in favor of "use_storage_optimizer" and "ignore_file_names" options.
Diffstat (limited to 'example/swift')
| -rw-r--r-- | example/swift/src/main.swift | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/example/swift/src/main.swift b/example/swift/src/main.swift index 403e66bf9..e1e40499c 100644 --- a/example/swift/src/main.swift +++ b/example/swift/src/main.swift @@ -114,8 +114,7 @@ func updateAuthorizationState(authorizationState: Dictionary<String, Any>) { "api_hash":"a3406de8d171bb422bb6ddf3bbd800e2", "system_language_code":"en", "device_model":"Desktop", - "application_version":"1.0", - "enable_storage_optimizer":true + "application_version":"1.0" ]); case "authorizationStateWaitPhoneNumber": |
