filter:teasers.get provided with uid

This commit is contained in:
Peter Jaszkowiak
2017-04-03 14:40:03 -07:00
parent 60d35fdf05
commit 8119b8c4ae
3 changed files with 22 additions and 10 deletions

View File

@@ -126,7 +126,7 @@ var social = require('./social');
Topics.getUserBookmarks(tids, uid, next);
},
teasers: function (next) {
Topics.getTeasers(topics, next);
Topics.getTeasers(topics, uid, next);
},
tags: function (next) {
Topics.getTopicsTagsObjects(tids, next);