mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
fixup! Ref: Avatars to use modern gridfs
This commit is contained in:
parent
fa9ed55d7d
commit
ef712a700e
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