mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 03:26:04 +01:00
feat: add status to post summaries
This commit is contained in:
@@ -43,7 +43,7 @@ module.exports = function (Posts) {
|
||||
});
|
||||
async.parallel({
|
||||
users: function (next) {
|
||||
user.getUsersFields(Object.keys(uids), ['uid', 'username', 'userslug', 'picture'], next);
|
||||
user.getUsersFields(Object.keys(uids), ['uid', 'username', 'userslug', 'picture', 'status'], next);
|
||||
},
|
||||
topicsAndCategories: function (next) {
|
||||
getTopicAndCategories(Object.keys(topicKeys), next);
|
||||
|
||||
Reference in New Issue
Block a user