mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
fix bug
This commit is contained in:
parent
a8cd3129e7
commit
6d1930d0d1
@ -358,7 +358,7 @@ func (s *userServer) UpdateUserInfo(ctx context.Context, req *pbUser.UpdateUserI
|
||||
}
|
||||
m := make(map[string]interface{}, 1)
|
||||
if req.GlobalRecvMsgOpt != nil {
|
||||
m["global_recv_msg_opt"] = req.GlobalRecvMsgOpt
|
||||
m["global_recv_msg_opt"] = req.GlobalRecvMsgOpt.Value
|
||||
err := db.DB.SetUserGlobalMsgRecvOpt(user.UserID, req.GlobalRecvMsgOpt.Value)
|
||||
if err != nil {
|
||||
log.NewError(req.OperationID, utils.GetSelfFuncName(), "SetUserGlobalMsgRecvOpt failed ", err.Error(), user)
|
||||
|
Loading…
x
Reference in New Issue
Block a user