diff --git a/app/Services/HomeTimelineService.php b/app/Services/HomeTimelineService.php index c42c528ab..35d9f405f 100644 --- a/app/Services/HomeTimelineService.php +++ b/app/Services/HomeTimelineService.php @@ -10,6 +10,7 @@ use App\Status; class HomeTimelineService { const CACHE_KEY = 'pf:services:timeline:home:'; + const FOLLOWER_FEED_POST_LIMIT = 10; public static function get($id, $start = 0, $stop = 10) {