Skip to content

Commit

Permalink
misc: expand accounts by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Xyphyn committed Aug 5, 2024
1 parent cb9e1a6 commit 9979c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export const defaultSettings: Settings = {
about: false,
stats: false,
team: false,
accounts: false,
accounts: true,
},
displayNames: toBool(env.PUBLIC_DISPLAY_NAMES) ?? true,
nsfwBlur: toBool(env.PUBLIC_NSFW_BLUR) ?? true,
Expand Down

0 comments on commit 9979c48

Please sign in to comment.