소스 검색

sharing key metadata

Marino Faggiana 7 년 전
부모
커밋
d3381a295f
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      iOSClient/Security/NCEntoToEndInterface.swift

+ 1 - 2
iOSClient/Security/NCEntoToEndInterface.swift

@@ -25,8 +25,6 @@ import Foundation
 
 class NCEntoToEndInterface : NSObject, OCNetworkingDelegate  {
 
-    
-    
     struct e2eMetadata: Codable {
         
         struct metadataKey: Codable {
@@ -425,6 +423,7 @@ class NCEntoToEndInterface : NSObject, OCNetworkingDelegate  {
             let response = try decoder.decode(e2eMetadata.self, from: data!)
             let files = response.files
             let metadata = response.metadata
+            let sharing = response.sharing
             
             for file in files {