mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-06-14 06:39:32 +08:00
Merge branch 'v2.3.0release' of github.com:OpenIMSDK/Open-IM-Server into v2.3.0release
# Conflicts: # internal/rpc/user/user.go
This commit is contained in:
commit
ea5039d2ae
@ -280,6 +280,7 @@ func (s *userServer) SetConversation(ctx context.Context, req *pbUser.SetConvers
|
|||||||
resp.CommonResp = &pbUser.CommonResp{ErrCode: constant.ErrDB.ErrCode, ErrMsg: errMsg}
|
resp.CommonResp = &pbUser.CommonResp{ErrCode: constant.ErrDB.ErrCode, ErrMsg: errMsg}
|
||||||
return resp, nil
|
return resp, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
if req.Conversation.ConversationType == constant.SuperGroupChatType {
|
if req.Conversation.ConversationType == constant.SuperGroupChatType {
|
||||||
if req.Conversation.RecvMsgOpt == constant.ReceiveNotNotifyMessage {
|
if req.Conversation.RecvMsgOpt == constant.ReceiveNotNotifyMessage {
|
||||||
if err = db.DB.SetSuperGroupUserReceiveNotNotifyMessage(req.Conversation.GroupID, req.Conversation.OwnerUserID); err != nil {
|
if err = db.DB.SetSuperGroupUserReceiveNotNotifyMessage(req.Conversation.GroupID, req.Conversation.OwnerUserID); err != nil {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user