diff --git a/services/socketwrap/clientManager.go b/services/socketwrap/clientManager.go index d6d36796e..53de73673 100644 --- a/services/socketwrap/clientManager.go +++ b/services/socketwrap/clientManager.go @@ -114,4 +114,9 @@ func filterUserPrivateInfo(action *models.Action) { action.ActUser.PublicKey = "" action.ActUser.Salt = "" action.ActUser.FullName = "" + action.ActUser.AvatarEmail = "" + action.ActUser.IsAdmin = false + action.ActUser.EmailNotificationsPreference = "" + action.ActUser.IsOperator = false + }