Skip to content

Commit

Permalink
imp: Increase number of links in the news (beta)
Browse files Browse the repository at this point in the history
  • Loading branch information
marienfressinaud committed Apr 2, 2024
1 parent 0952ee1 commit d58c793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/News.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public function create(Request $request): Response
$beta_enabled = models\FeatureFlag::isEnabled('beta', $user->id);

$options = [
'number_links' => $beta_enabled ? 30 : 9,
'number_links' => $beta_enabled ? 50 : 9,
'from' => 'followed',
];
} elseif ($type === 'short') {
Expand Down

0 comments on commit d58c793

Please sign in to comment.