mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-11-05 21:02:11 +08:00
feat: add scripts verify shell check
This commit is contained in:
parent
ce438c59d4
commit
fc32d0db48
@ -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 {
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user