瀏覽代碼

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 {