FEATURE [filters][parameters] filter working, but still using deprecated method from ActivityRepository

This commit is contained in:
2023-03-03 13:06:43 +01:00
5 changed files with 35 additions and 47 deletions

View File

@@ -29,6 +29,7 @@ interface ActivityACLAwareRepositoryInterface
?DateTime $after = null,
?array $userJob = [],
?array $activityTypes = [],
bool $onlyMe = false,
?int $limit = 1000,
?array $orderBy = []
): array;