浏览代码

sendClientDiagnosticsRemoteOperation

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana 1 年之前
父节点
当前提交
4c6fa22427
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      iOSClient/Networking/NCService.swift

+ 1 - 0
iOSClient/Networking/NCService.swift

@@ -55,6 +55,7 @@ class NCService: NSObject {
                 requestDashboardWidget()
                 NCNetworkingE2EE().unlockAll(account: account)
                 NCNetworkingProcessUpload.shared.verifyUploadZombie()
+                sendClientDiagnosticsRemoteOperation(account: account)
             }
         }
     }