add banned:expire to user data

v1.18.x
Baris Usakli 6 years ago
parent 38a0216dc7
commit 8e5a6d9767

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

Loading…
Cancel
Save