Marino Faggiana před 7 roky
rodič
revize
c45c6b030f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      iOSClient/Security/NCEntoToEndInterface.swift

+ 1 - 1
iOSClient/Security/NCEntoToEndInterface.swift

@@ -207,7 +207,7 @@ class NCEntoToEndInterface : NSObject, OCNetworkingDelegate  {
             CCUtility.setEndToEndPassphrase(self.appDelegate.activeAccount, passphrase:passphrase)
             
             // request publicKey Server()
-            self.getPublicKeyServer()
+            //self.getPublicKeyServer()
             
             NCManageDatabase.sharedInstance.addActivityClient("", fileID: "", action: k_activityDebugActionEndToEndEncryption, selector: actionGetEndToEndPrivateKeyCipher, note: "E2E PrivateKey present on Server and stored to keychain", type: k_activityTypeSuccess, verbose: false, activeUrl: "")
         })