diff --git a/internal/rpc/group/group.go b/internal/rpc/group/group.go index d966bfad8..7ebd237b5 100644 --- a/internal/rpc/group/group.go +++ b/internal/rpc/group/group.go @@ -637,6 +637,7 @@ func (s *groupServer) GetGroupMembersInfo(ctx context.Context, req *pbgroup.GetG return resp, nil } +// GetGroupApplicationList handles functions that get a list of group requests func (s *groupServer) GetGroupApplicationList(ctx context.Context, req *pbgroup.GetGroupApplicationListReq) (*pbgroup.GetGroupApplicationListResp, error) { groupIDs, err := s.db.FindUserManagedGroupID(ctx, req.FromUserID) if err != nil { diff --git a/scripts/install/test.sh b/scripts/install/test.sh index 8c2129a37..51d541ece 100755 --- a/scripts/install/test.sh +++ b/scripts/install/test.sh @@ -1133,11 +1133,6 @@ function openim::test::group() { # 14. Set group info. openim::test::set_group_info "$GROUP_ID2" - for i in {1..50}; do - local GROUP_IDS=$RANDOM - openim::test::set_group_info "$GROUP_IDS" - done - # 15. Quit group. # TODO # openim::test::quit_group "$GROUP_ID2" "$OTHER_USER1_ID"