That would be a much appreciated feature.

  • Sean@lemmy.mlM
    link
    fedilink
    English
    arrow-up
    5
    ·
    1 year ago

    No we can’t really do it. What if someone scrolls really fast, then we have to mark like let’s say 20 posts as read. Each mark as read is a separate API call. We can’t make a call with all the posts, the lemmy API isn’t that advanced. If we tried to make that many api calls it would get rate limited and you’d get errors from the backend.

    • ebits21@lemmy.ca
      cake
      link
      fedilink
      English
      arrow-up
      2
      ·
      edit-2
      1 year ago

      Ah. Would the lemmy api need something like mark this list of posts (in a single call) as read to do this?

      • Sean@lemmy.mlM
        link
        fedilink
        English
        arrow-up
        3
        ·
        1 year ago

        Yep exactly, it would need to offer us an option to send a list of post ids at once to mark as read.

        • eggvng@lemmy.world
          link
          fedilink
          English
          arrow-up
          3
          ·
          1 year ago

          what about adding a button to mark a post as read? i would find that more convenient than needing to open each post in order to mark it as read.

          • Sean@lemmy.mlM
            link
            fedilink
            English
            arrow-up
            5
            ·
            1 year ago

            I believe we’re looking into adding a swipe to mark as read feature for feed items.

    • セリャスト@lemmy.blahaj.zone
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      1 year ago

      And would it not be possible to “cache” the read posts client side and only send a list every minute or so?

      Edit: sorry, I thought this was a lemmy discussion community and not memmy. I guess the lemmy api would have to change for this feature to be supported

    • AnyColorIWanted@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      I’m out of my element here, but Voyager has mark read on scroll. Is there something in their PWA that could be helpful to establish this in Memmy, or is it only a thing because it’s a PWA?

      • Sean@lemmy.mlM
        link
        fedilink
        English
        arrow-up
        2
        ·
        edit-2
        1 year ago

        What voyager does isn’t something we want to do - imo it’s a little rude to spam requests to the server owners like what they are doing. (If you scroll really fast like i described in my comment above) We could do the same thing, and maybe we will at this point, but i don’t really want to. If it were a big company with lots of servers then it’d be one thing, but that’s not the case with Lemmy.