|
|
@ -895,7 +895,7 @@ func (s *groupServer) SetGroupInfo(ctx context.Context, req *pbgroup.SetGroupInf
|
|
|
|
tips.OpUser = s.groupMemberDB2PB(opMember, 0)
|
|
|
|
tips.OpUser = s.groupMemberDB2PB(opMember, 0)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
var notified bool
|
|
|
|
var notified bool
|
|
|
|
if len(data) == 1 && req.GroupInfoForSet.Notification != "" {
|
|
|
|
if len(data) == 1 {
|
|
|
|
switch {
|
|
|
|
switch {
|
|
|
|
case req.GroupInfoForSet.Notification != "":
|
|
|
|
case req.GroupInfoForSet.Notification != "":
|
|
|
|
func() {
|
|
|
|
func() {
|
|
|
@ -1347,11 +1347,6 @@ func (s *groupServer) CancelMuteGroup(ctx context.Context, req *pbgroup.CancelMu
|
|
|
|
// return resp, nil
|
|
|
|
// 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) {
|
|
|
|
func (s *groupServer) SetGroupMemberInfo(ctx context.Context, req *pbgroup.SetGroupMemberInfoReq) (*pbgroup.SetGroupMemberInfoResp, error) {
|
|
|
|
resp := &pbgroup.SetGroupMemberInfoResp{}
|
|
|
|
resp := &pbgroup.SetGroupMemberInfoResp{}
|
|
|
|
if len(req.Members) == 0 {
|
|
|
|
if len(req.Members) == 0 {
|
|
|
|