mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-11 01:52:55 +01:00
feat: add status to post summaries
This commit is contained in:
@@ -43,7 +43,7 @@ module.exports = function (Posts) {
|
|||||||
});
|
});
|
||||||
async.parallel({
|
async.parallel({
|
||||||
users: function (next) {
|
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) {
|
topicsAndCategories: function (next) {
|
||||||
getTopicAndCategories(Object.keys(topicKeys), next);
|
getTopicAndCategories(Object.keys(topicKeys), next);
|
||||||
|
|||||||
Reference in New Issue
Block a user