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

  • @[email protected]
    link
    fedilink
    English
    121 year ago

    It’s far more complete than the other Lemmy apps. They were good, don’t get me wrong, but the years of effort on Sync really shows.

    • @[email protected]
      link
      fedilink
      English
      61 year 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

      • @[email protected]
        link
        fedilink
        English
        41 year ago

        Yeah, I’ve seen at least one broken comment tree on Sync, it confused the hell out of me

        • @[email protected]
          link
          fedilink
          English
          41 year 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.

      • @[email protected]
        link
        fedilink
        English
        21 year 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?