Skip to content

Commit

Permalink
Merge pull request #11187 from nanaya/default-legacy-only-update
Browse files Browse the repository at this point in the history
Update default legacy only config value on frontend
  • Loading branch information
notbakaneko authored May 5, 2024
2 parents 84134f1 + 09dd858 commit ddf1565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/interfaces/user-preferences-json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const defaultUserPreferencesJson: UserPreferencesJson = {
comments_show_deleted: false,
comments_sort: 'new',
forum_posts_show_deleted: true,
legacy_score_only: true,
legacy_score_only: false,
profile_cover_expanded: true,
user_list_filter: 'all',
user_list_sort: 'last_visit',
Expand Down

0 comments on commit ddf1565

Please sign in to comment.