Ability to choose default comment sort in user settings
Requirements
- [X] Is this a feature request? For questions or discussions use https://lemmy.ml/c/lemmy_support
- [X] Did you check to see if this issue already exists?
- [X] Is this only a feature request? Do not put multiple feature requests in one issue.
- [X] Is this a backend issue? Use the lemmy-ui repo for UI / frontend issues.
Is your proposal related to a problem?
I would like to be able to select a default comment sort just like with post sorting
Describe the solution you'd like.
A new field in user settings for comment sort type, just like with the default post sort.
Describe alternatives you've considered.
Related to #3796, but I think the user should be able to have this option too
Additional context
No response
On Reddit, you can set the sorting order for comments on a per post basis. So sometimes the comments inside a megathread would be set to sorted by new by default. So I guess the post should be able to override the user's default?
On Reddit, you can set the sorting order for comments on a per post basis. So sometimes the comments inside a megathread would be set to sorted by new by default. So I guess the post should be able to override the user's default?
This sounds good and would solve my use case, maybe it should be opened as a separate issue alongside this though
This should also have a site-wide setting, in addition to the user one.
For this, we should either utilize the user's default_post_sort (with the post -> comment sort mapping), or add a default_comment_sort field. I'd probably prefer the first one, because that's already in place.