Browse Source

sendClientDiagnosticsRemoteOperation

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana 1 year ago
parent
commit
4c6fa22427
1 changed files with 1 additions and 0 deletions
  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)
             }
         }
     }