mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-03 19:02:31 +08:00
group
This commit is contained in:
parent
d054de9c6d
commit
f16ead2c06
@ -895,7 +895,7 @@ func (s *groupServer) SetGroupInfo(ctx context.Context, req *pbgroup.SetGroupInf
|
||||
tips.OpUser = s.groupMemberDB2PB(opMember, 0)
|
||||
}
|
||||
var notified bool
|
||||
if len(data) == 1 && req.GroupInfoForSet.Notification != "" {
|
||||
if len(data) == 1 {
|
||||
switch {
|
||||
case req.GroupInfoForSet.Notification != "":
|
||||
func() {
|
||||
@ -1347,11 +1347,6 @@ func (s *groupServer) CancelMuteGroup(ctx context.Context, req *pbgroup.CancelMu
|
||||
// return resp, nil
|
||||
//}
|
||||
|
||||
func (s *groupServer) setGroupMemberInfo(ctx context.Context, memberCache map[string]*relationtb.GroupMemberModel, member *pbgroup.SetGroupMemberInfo) error {
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
func (s *groupServer) SetGroupMemberInfo(ctx context.Context, req *pbgroup.SetGroupMemberInfoReq) (*pbgroup.SetGroupMemberInfoResp, error) {
|
||||
resp := &pbgroup.SetGroupMemberInfoResp{}
|
||||
if len(req.Members) == 0 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user