|
|
|
@ -1109,7 +1109,7 @@ func (s *groupServer) DismissGroup(ctx context.Context, req *pbGroup.DismissGrou
|
|
|
|
|
return nil, err
|
|
|
|
|
}
|
|
|
|
|
} else {
|
|
|
|
|
if !req.DeleteMember {
|
|
|
|
|
//if !req.DeleteMember {
|
|
|
|
|
//s.Notification.GroupDismissedNotification(ctx, req)
|
|
|
|
|
tips := &sdkws.GroupDismissedTips{
|
|
|
|
|
Group: s.groupDB2PB(group, owner.UserID, uint32(len(userIDs))),
|
|
|
|
@ -1121,7 +1121,7 @@ func (s *groupServer) DismissGroup(ctx context.Context, req *pbGroup.DismissGrou
|
|
|
|
|
tips.OpUser = &sdkws.GroupMemberFullInfo{UserID: mcontext.GetOpUserID(ctx)}
|
|
|
|
|
}
|
|
|
|
|
s.Notification.GroupDismissedNotification(ctx, tips)
|
|
|
|
|
}
|
|
|
|
|
//}
|
|
|
|
|
}
|
|
|
|
|
return resp, nil
|
|
|
|
|
}
|
|
|
|
|