|
|
@ -243,7 +243,7 @@ module.exports = function(Topics) {
|
|
|
|
posts.getUserInfoForPosts([postData.uid], uid, next);
|
|
|
|
posts.getUserInfoForPosts([postData.uid], uid, next);
|
|
|
|
},
|
|
|
|
},
|
|
|
|
topicInfo: function(next) {
|
|
|
|
topicInfo: function(next) {
|
|
|
|
Topics.getTopicFields(tid, ['tid', 'title', 'slug', 'cid'], next);
|
|
|
|
Topics.getTopicFields(tid, ['tid', 'title', 'slug', 'cid', 'postcount'], next);
|
|
|
|
},
|
|
|
|
},
|
|
|
|
settings: function(next) {
|
|
|
|
settings: function(next) {
|
|
|
|
user.getSettings(uid, next);
|
|
|
|
user.getSettings(uid, next);
|
|
|
|