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