cicd: bump League Patch (#2117)

This commit is contained in:
OpenIM Bot
2024-03-19 14:23:50 +08:00
committed by GitHub
parent 8f218057e4
commit c69522b878
5 changed files with 31 additions and 4 deletions
+1 -1
View File
@@ -637,7 +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
// 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 {