marinofaggiana 3 年之前
父節點
當前提交
7ff14e0375
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      iOSClient/AppDelegate.swift

+ 1 - 1
iOSClient/AppDelegate.swift

@@ -823,7 +823,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD
                     
                     if matchedAccount != nil {
                         
-                        let webDAV = NCUtilityFileSystem.shared.getWebDAV(account: activeAccount.account)
+                        let webDAV = NCUtilityFileSystem.shared.getWebDAV(account: activeAccount.account) + "/files/" + activeAccount.userId
                         if pathScheme.contains("/") {
                             fileName = (pathScheme as NSString).lastPathComponent
                             serverUrl = matchedAccount!.urlBase + "/" + webDAV + "/" + (pathScheme as NSString).deletingLastPathComponent