This commit is contained in:
wangchuxiao
2023-03-29 11:01:03 +08:00
parent 42f8709150
commit 2c3b6669d6
3 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ func UpdateGroupMemberMap(req *pbGroup.SetGroupMemberInfo) map[string]any {
m["nickname"] = req.Nickname.Value
}
if req.FaceURL != nil {
m["face_url"] = req.FaceURL.Value
m["user_group_face_url"] = req.FaceURL.Value
}
if req.RoleLevel != nil {
m["role_level"] = req.RoleLevel.Value