mirror of
https://github.com/wekan/wekan.git
synced 2026-01-31 13:45:17 +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()
|
||||
.map(v => v.attachmentId)
|
||||
.filter(v => !!v),
|
||||
},
|
||||
}.cursor,
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue