feat: add scripts verify shell check

This commit is contained in:
Xinwei Xiong (cubxxw) 2024-03-13 15:22:34 +08:00
parent ce438c59d4
commit fc32d0db48
2 changed files with 1 additions and 5 deletions

View File

@ -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 {

View File

@ -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"