mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-07 22:45:46 +01:00
filter:teasers.get provided with uid
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user