mirror of
https://github.com/wekan/wekan.git
synced 2026-03-08 06:32:34 +01:00
fixup! Ref: Attachments to use modern gridfs (rm localstore)
This commit is contained in:
parent
ef712a700e
commit
3bfe5c284f
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ Meteor.publish('notificationAttachments', function() {
|
||||||
$in: activities()
|
$in: activities()
|
||||||
.map(v => v.attachmentId)
|
.map(v => v.attachmentId)
|
||||||
.filter(v => !!v),
|
.filter(v => !!v),
|
||||||
},
|
}.cursor,
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue