lemmy.world seems to be unique in that it’s allowing post pop-in. Another lemmy instance I checked doesn’t have this, so how can I prevent it? It’s literally making the site unusable for me…

  • ubergeek77@lemmy.ubergeek77.chat
    link
    fedilink
    arrow-up
    4
    ·
    1 year ago

    It’s not unique to lemmy.world, every instance has this problem. I run my own instance and I’m seeing the same issue.

    It’s caused by Lemmy’s websockets implementation. It will probably be fixed in Lemmy v0.18. Bear with it for now, Lemmy will improve over time :)

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

      Do they have an ETA for the fix? I’ve had several people I know quit Lemmy because they were frustrated by it. I’d hate for it to be a reason to prevent people from migrating.

    • Limeey@lemmy.worldOP
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      my polish friend uses szmer.info and he says there is no pop-in, I don’t speak polish so I don’t use that site so I can’t confirm…

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

        I saw another thread where an instance owner said he had done a fixe for it himself until the fix comes out by the lemmy dev team. So maybe the same thing? I sadly do not remember the instance name (it was pretty off topic)

        • Limeey@lemmy.worldOP
          link
          fedilink
          arrow-up
          2
          ·
          1 year ago

          I can’t seem to find an easy way to do it looking at the code base myself. Like they said, the connected websocket emits the “new post” event and then the page loads it using an ajax request. I was going to write a browser extension that blocked those requests but I feel like that will affect more than just the pop-in, so I don’t wanna waste my time

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

            Yea, it is better to wait, they are already on it. And I am unsure if he did an easy fix or just did a dirty fix that is good enough. I haven’t actually checked the code and I didn’t ask or check if what the instance owner said is true. I use the app instead so I am not eagerly waiting. Just happy for everyone when it will be easier for them to use lemmy

    • Limeey@lemmy.worldOP
      link
      fedilink
      arrow-up
      3
      ·
      1 year ago

      When on the main aggregator page if you stay scrolled at the top long enough, new posts will “pop-in” and push the rest of the posts down. This also closes any open post (image, text posts). If you have it set to “All” then it gets really crazy, I had like 5 posts per second loading with “Hot” sorting…