fix(user): send profileUI for locked user
This commit is contained in:
committed by
Stuart Taylor
parent
6b8061fa9a
commit
336776ccf6
@ -871,6 +871,7 @@ module.exports = function(User) {
|
|||||||
if (isLocked) {
|
if (isLocked) {
|
||||||
return {
|
return {
|
||||||
isLocked,
|
isLocked,
|
||||||
|
profileUI,
|
||||||
username
|
username
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user