Marino Faggiana пре 7 година
родитељ
комит
c45c6b030f
1 измењених фајлова са 1 додато и 1 уклоњено
  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: "")
         })