Skip to content

Commit

Permalink
fix: group member update face_url
Browse files Browse the repository at this point in the history
  • Loading branch information
withchao committed Dec 2, 2024
1 parent 8a3d692 commit bda9a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/rpc/group/db_map.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func UpdateGroupMemberMap(req *pbgroup.SetGroupMemberInfo) map[string]any {
m["nickname"] = req.Nickname.Value
}
if req.FaceURL != nil {
m["user_group_face_url"] = req.FaceURL.Value
m["face_url"] = req.FaceURL.Value
}
if req.RoleLevel != nil {
m["role_level"] = req.RoleLevel.Value
Expand Down

0 comments on commit bda9a25

Please sign in to comment.