communityActivity->getFeed($viewer, $filter, $page, $perPage, $actorUserId); } public function requiresAuthentication(string $filter): bool { return $this->communityActivity->requiresAuthentication($filter); } }