mirror of
https://github.com/wekan/wekan.git
synced 2026-01-05 17:18:49 +01:00
fixup! Ref: Attachments to use modern gridfs (rm localstore)
This commit is contained in:
parent
dc70c17303
commit
a1a52ba38b
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