|
|
|
@ -503,6 +503,7 @@ func (s *groupServer) GetGroupMembersInfo(ctx context.Context, req *pbGroup.GetG
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (s *groupServer) GetGroupApplicationList(ctx context.Context, req *pbGroup.GetGroupApplicationListReq) (*pbGroup.GetGroupApplicationListResp, error) {
|
|
|
|
|
defer log.ZInfo(ctx, "GetGroupApplicationList.return")
|
|
|
|
|
resp := &pbGroup.GetGroupApplicationListResp{}
|
|
|
|
|
groupIDs, err := s.GroupDatabase.FindUserManagedGroupID(ctx, req.FromUserID)
|
|
|
|
|
if err != nil {
|
|
|
|
|