Просмотр исходного кода

Send the collectionID in file creation requests

Vishnu Mohandas 4 лет назад
Родитель
Сommit
107c1b870e
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      lib/utils/file_uploader.dart

+ 1 - 0
lib/utils/file_uploader.dart

@@ -96,6 +96,7 @@ class FileUploader {
         Sodium.bin2base64(encryptedMetadataData.header);
 
     final data = {
+      "collectionID": file.collectionID,
       "encryptedKey": encryptedKey,
       "keyDecryptionNonce": keyDecryptionNonce,
       "file": {