Skip to content

Commit

Permalink
Enable Newsletters by default
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkremenetsky committed Apr 1, 2024
1 parent 48db7e1 commit 848425a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/stores/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ export const settingsAtom = atomWithStorage<Settings>("settings", {
DefaultTimedBookmarkTime: 360,
SortFeedsByAmountOfUnreadItems: false,
defaultNoteTemplate: "",
flagEnableNewsleters: false,
flagEnableNewsleters: true,
});

0 comments on commit 848425a

Please sign in to comment.