mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Background upload experiment
This commit is contained in:
@@ -33,6 +33,8 @@ private let accountAuxiliaryMethods = AccountAuxiliaryMethods(fetchResource: { a
|
||||
return .single(nil)
|
||||
}, prepareSecretThumbnailData: { _ in
|
||||
return nil
|
||||
}, backgroundUpload: { _, _, _ in
|
||||
return .single(nil)
|
||||
})
|
||||
|
||||
private func rootPathForBasePath(_ appGroupPath: String) -> String {
|
||||
|
||||
Reference in New Issue
Block a user