heat23

Results 2 issues of heat23

I am using v5.0.1 with Gitlab 15.4-ee and when I call `getEventsApi().getUserEvents(user,null, null, new Date(), after, null, 100);` I am getting 'Note' and 'Issue' Target Types returned but am not...

When using the Events API like this: `List events = api.getEventsApi() .getUserEventsStream(user, null, null, new Date(), after, null) .collect(Collectors.toList());` For the results where `actionName` = `accepted`, `targetType` is coming back...