Browse Source

sharing key metadata

Marino Faggiana 7 năm trước cách đây
mục cha
commit
d3381a295f
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  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 {