minus-squareJitnaught@lemmy.mltoJerboa@lemmy.ml•Comments sort order?linkfedilinkarrow-up6·edit-22 years agoComments 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 linkfedilink
minus-squareJitnaught@lemmy.mltoAsklemmy@lemmy.ml•What is everyone's favorite Android app for Lemmy?linkfedilinkarrow-up7·2 years agoAFAIK Jerboa is the only working option at the moment. linkfedilink
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