Browse Source

提交代码

tags/v1.22.1.4
ychao_1983 3 years ago
parent
commit
daf5c886f7
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      services/socketwrap/clientManager.go

+ 5
- 0
services/socketwrap/clientManager.go View File

@@ -114,4 +114,9 @@ func filterUserPrivateInfo(action *models.Action) {
action.ActUser.PublicKey = "" action.ActUser.PublicKey = ""
action.ActUser.Salt = "" action.ActUser.Salt = ""
action.ActUser.FullName = "" action.ActUser.FullName = ""
action.ActUser.AvatarEmail = ""
action.ActUser.IsAdmin = false
action.ActUser.EmailNotificationsPreference = ""
action.ActUser.IsOperator = false

} }

Loading…
Cancel
Save