2
0
Эх сурвалжийг харах

fixup! Ref: Attachments to use modern gridfs (rm localstore)

David Arnold 4 жил өмнө
parent
commit
0f272b1e66
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      models/attachments.js

+ 1 - 1
models/attachments.js

@@ -31,7 +31,7 @@ const insertActivity = (fileObj, activityType) =>
 Attachments = new FilesCollection({
   debug: false, // Change to `true` for debugging
   collectionName: 'attachments',
-  allowClientCode: false,
+  allowClientCode: true,
   onAfterUpload: function onAfterUpload(fileRef) {
     createOnAfterUpload(attachmentBucket).call(this, fileRef);
     // If the attachment doesn't have a source field