Ver Fonte

dev e2e

Marino Faggiana há 7 anos atrás
pai
commit
c45c6b030f
1 ficheiros alterados com 1 adições e 1 exclusões
  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: "")
         })