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

This commit is contained in:
David Arnold 2020-09-16 09:49:51 -05:00
parent dc70c17303
commit a1a52ba38b
No known key found for this signature in database
GPG key ID: 6D6A936E69C59D08

View file

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