|
|
@ -34,7 +34,7 @@ module.exports = function(Topics) {
|
|
|
|
callback = callback || function() {};
|
|
|
|
callback = callback || function() {};
|
|
|
|
async.parallel({
|
|
|
|
async.parallel({
|
|
|
|
posts: function(next) {
|
|
|
|
posts: function(next) {
|
|
|
|
posts.getPostsByTid(tid, set, start, stop, uid, reverse, next);
|
|
|
|
posts.getPostsFromSet(set, start, stop, uid, reverse, next);
|
|
|
|
},
|
|
|
|
},
|
|
|
|
postCount: function(next) {
|
|
|
|
postCount: function(next) {
|
|
|
|
Topics.getTopicField(tid, 'postcount', next);
|
|
|
|
Topics.getTopicField(tid, 'postcount', next);
|
|
|
|