Skip to content

Commit b0c5818

Browse files
authored
feat(settings): add showOnlyNotReadPosts to settings route (#64)
1 parent b435762 commit b0c5818

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/routes/settings.js

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ router.post(
3131
insaneMode: boolean(),
3232
appInsaneMode: boolean(),
3333
spaciness: string(),
34+
showOnlyNotReadPosts: boolean(),
3435
}),
3536
}, {
3637
stripUnknown: true,

0 commit comments

Comments
 (0)