|
|
@ -24,7 +24,7 @@ module.exports = function (Posts) {
|
|
|
|
user.getUsersFields(uids, [
|
|
|
|
user.getUsersFields(uids, [
|
|
|
|
'uid', 'username', 'fullname', 'userslug',
|
|
|
|
'uid', 'username', 'fullname', 'userslug',
|
|
|
|
'reputation', 'postcount', 'picture', 'signature',
|
|
|
|
'reputation', 'postcount', 'picture', 'signature',
|
|
|
|
'banned', 'status', 'lastonline', 'groupTitle',
|
|
|
|
'banned', 'banned:expire', 'status', 'lastonline', 'groupTitle',
|
|
|
|
], next);
|
|
|
|
], next);
|
|
|
|
},
|
|
|
|
},
|
|
|
|
userSettings: function (next) {
|
|
|
|
userSettings: function (next) {
|
|
|
|