Browse Source

clear code

Marino Faggiana 7 năm trước cách đây
mục cha
commit
42023102e2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      iOSClient/Networking/NCNetworkingSync.m

+ 1 - 1
iOSClient/Networking/NCNetworkingSync.m

@@ -566,7 +566,7 @@
     if ([CCUtility isEndToEndEnabled:account] == NO)
         return [NSError errorWithDomain:@"com.nextcloud.nextcloud" code:k_CCErrorInternalError userInfo:[NSDictionary dictionaryWithObject:@"Serius internal error E2E Encryption not enabled" forKey:NSLocalizedDescriptionKey]];
     
-    // get Metadata
+    // get Metadata for select updateEndToEndMetadata or storeEndToEndMetadata
     error = [[NCNetworkingSync sharedManager] getEndToEndMetadata:user userID:userID password:password url:url fileID:directory.fileID metadata:&metadata];
     if (error.code != 404 && error != nil) {
         return error;