Merge branch 'master' into user_filter_tasks

This commit is contained in:
2023-07-12 07:53:21 +02:00
46 changed files with 2108 additions and 414 deletions

View File

@@ -161,6 +161,7 @@ class TimelineActivityProvider implements TimelineProviderInterface
// loop on reachable scopes
foreach ($reachableScopes as $scope) {
/** @phpstan-ignore-next-line */
if (in_array($scope->getId(), $scopes_ids, true)) {
continue;
}