mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 04:55:48 +03:00
Merge pull request #6951 from nextcloud/bugfix/ncfpk-stable-ncaccount-changes
Remove ncAccount usages removed in NCFPK API
This commit is contained in:
commit
46f79442ae
1 changed files with 0 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue