mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
fixup! Ref: Avatars to use modern gridfs
This commit is contained in:
parent
412b60f794
commit
eb747ef8e9
1 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
import Avatars from '../../models/avatars';
|
||||
Meteor.publish('my-avatars', function() {
|
||||
return Avatars.find({ userId: this.userId });
|
||||
return Avatars.find({ userId: this.userId }).cursor;
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue