浏览代码

Send the collectionID in file creation requests

Vishnu Mohandas 4 年之前
父节点
当前提交
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": {