소스 검색

add description

Marino Faggiana 7 년 전
부모
커밋
2a3a499a8f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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 {