Merge pull request #6951 from nextcloud/bugfix/ncfpk-stable-ncaccount-changes

Remove ncAccount usages removed in NCFPK API
This commit is contained in:
Claudio Cambra 2024-07-29 17:28:53 +08:00 committed by GitHub
commit 46f79442ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -221,7 +221,6 @@ import OSLog
request: request,
domain: self.domain,
remoteInterface: ncKit,
ncAccount: ncAccount,
progress: progress
)
@ -294,7 +293,6 @@ import OSLog
contents: newContents,
options: options,
request: request,
ncAccount: ncAccount,
domain: domain,
progress: progress
)
@ -370,7 +368,6 @@ import OSLog
return Enumerator(
enumeratedItemIdentifier: containerItemIdentifier,
ncAccount: ncAccount,
remoteInterface: ncKit,
domain: domain,
fastEnumeration: config.fastEnumerationEnabled,