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

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

David Arnold 4 жил өмнө
parent
commit
3bfe5c284f

+ 1 - 1
server/publications/notifications.js

@@ -12,7 +12,7 @@ Meteor.publish('notificationAttachments', function() {
       $in: activities()
         .map(v => v.attachmentId)
         .filter(v => !!v),
-    },
+    }.cursor,
   });
 });