mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-13 23:42:12 +00:00
delete newMessages
This commit is contained in:
parent
4e2bfc0875
commit
2bc13ea69a
1 changed files with 2 additions and 0 deletions
|
|
@ -231,6 +231,8 @@ api.getUserAnonymized = function(req, res, next) {
|
|||
delete user.auth.facebook;
|
||||
}
|
||||
|
||||
delete user.newMessages;
|
||||
|
||||
delete user.profile;
|
||||
delete user.purchased.plan;
|
||||
delete user.contributor;
|
||||
|
|
|
|||
Loading…
Reference in a new issue