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

This commit is contained in:
David Arnold 2020-09-16 09:49:51 -05:00 committed by Denis Perov
parent ef712a700e
commit 3bfe5c284f

View file

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