mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-03 06:10:38 +01:00
add banned:expire to user data
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user