mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +00:00
Update HomeTimelineService
This commit is contained in:
parent
73cb8b43b3
commit
115a9d2dec
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue