Background upload experiment

This commit is contained in:
Ali
2023-02-03 20:37:39 +01:00
parent f66213b63e
commit 852c138655
10 changed files with 122 additions and 89 deletions

View File

@@ -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 {