Explorar o código

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

David Arnold %!s(int64=5) %!d(string=hai) anos
pai
achega
3bfe5c284f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      server/publications/notifications.js

+ 1 - 1
server/publications/notifications.js

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