Hi folks, Any idea what the default comments sort order is, and if there’s a way to change it? Thanks and sorry if this was already answered somewhere…
Hi folks, Any idea what the default comments sort order is, and if there’s a way to change it? Thanks and sorry if this was already answered somewhere…
Comments are sorted by “Hot”. Jerboa does not specify a specific sort order it wants, so Lemmy gives it the default, which is Hot.
https://github.com/LemmyNet/lemmy/blob/ecc9469a02e63eab4e19093007c7ba6db0dca079/crates/db_views/src/comment_view.rs#L348
https://github.com/dessalines/jerboa/blob/1687634f4441d92dcd7a24f500aa07b25ef270d2/app/src/main/java/com/jerboa/ui/components/post/PostViewModel.kt#L89
Hmm… Not saying you’re wrong but have a look at https://beehaw.org/post/477824 for example, it definitely seems like sorted By Recency
Edit: actually, it’s the same as the Web UI, which clearly says Hot, so I guess the answer is indeed Hot but the Hot algorithm prioritizes recency?