Skip to content

Commit

Permalink
default upvoteOnSave to true
Browse files Browse the repository at this point in the history
  • Loading branch information
sharunkumar committed Nov 16, 2023
1 parent b593b88 commit 96f9e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/settings/settingsSlice.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ const initialState: SettingsState = {
autoHideRead: true,
disableAutoHideInCommunities: false,
infiniteScrolling: true,
upvoteOnSave: false,
upvoteOnSave: true,
},
enableHapticFeedback: false,
linkHandler: OLinkHandlerType.InApp,
Expand Down

0 comments on commit 96f9e68

Please sign in to comment.