Browse Source

add description

Marino Faggiana 7 years ago
parent
commit
2a3a499a8f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      iOSClient/Security/NCEndToEndMetadata.swift

+ 1 - 0
iOSClient/Security/NCEndToEndMetadata.swift

@@ -92,6 +92,7 @@ class NCEndToEndMetadata : NSObject  {
             metadataKeysDictionary["\(recordE2eEncryption.metadataKeyIndex)"] = metadataKeyEncryptedBase64
             
             // *** File ***
+            
             let encrypted = e2eMetadata.encryptedFileAttributes(key: recordE2eEncryption.key, filename: recordE2eEncryption.fileName, mimetype: recordE2eEncryption.mimeType, version: recordE2eEncryption.version)
             
             do {