lemmy icon indicating copy to clipboard operation
lemmy copied to clipboard

Ability to choose default comment sort in user settings

Open iByteABit256 opened this issue 2 years ago • 4 comments

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

iByteABit256 avatar Nov 03 '23 09:11 iByteABit256

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?

Die4Ever avatar Nov 24 '23 10:11 Die4Ever

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

iByteABit256 avatar Nov 24 '23 12:11 iByteABit256

This should also have a site-wide setting, in addition to the user one.

dessalines avatar Feb 23 '24 14:02 dessalines

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.

dessalines avatar May 04 '24 17:05 dessalines