Skip to content

Commit

Permalink
feat(settings): add showOnlyNotReadPosts to settings route (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
prateek3255 authored May 3, 2020
1 parent b435762 commit b0c5818
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/routes/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ router.post(
insaneMode: boolean(),
appInsaneMode: boolean(),
spaciness: string(),
showOnlyNotReadPosts: boolean(),
}),
}, {
stripUnknown: true,
Expand Down

0 comments on commit b0c5818

Please sign in to comment.