Please note this is just a beta and there are going to be bugs, but it works and it works nicely. Have fun.

  • @Stumblinbear
    link
    English
    611 months ago

    Only issue I’ve noticed so far is an issue I had to fix when I was working on my own app: sorting comments by hot breaks some nested comments. Yours, for example, is showing as if it is a reply to another comment, but the only thing above you is the root comment and three below yours.

    Lemmy’s API doesn’t properly sort comment trees when sorting by hot: you have to sort them yourself. It’s pretty straightforward, though. It gives you the path to the comment as “comment1.comment2.comment3” you just have to sort the replies by the path string

      • @Neve8028@lemm.ee
        link
        fedilink
        English
        411 months ago

        I’ve seen tons. It’s the one big bug that’s been annoying me a lot. It’s super frustrating to want to read a thread and then have all the comments jumbled. I’m sure it’ll get fixed relatively quickly, though.

    • @donslaught@lemmy.dbzer0.com
      link
      fedilink
      English
      211 months ago

      I don’t really know how Lemmy chains work, but are you able to see comments from a user that’s on a server that the server you’re on isn’t federated with?

      Like say you are on lemmy.world and Other guy is on beehaw and those two are not federated with each other, can you see his comments? Can you interact with him at all?