Fixed several critical websocket bugs.

  • Wasn’t correctly getting comment parent user for mark as read. Fixes #1767
  • Was using all recipients for simple comment return. Fixes #1766
  • Fix comment scrolling bug. Fixes #394
  • @Jojonintendo@lemmy.ml
    link
    fedilink
    33 years ago

    It’s giving the following error on ARM64:

    Pulling lemmy (dessalines/lemmy:0.12.1)...
    0.12.1: Pulling from dessalines/lemmy
    ERROR: no matching manifest for linux/arm64/v8 in the manifest list entries
    

    Should I just wait for it to be built?

    • DessalinesOPM
      link
      fedilink
      33 years ago

      Okay I managed to get a successful arm build. Use this for lemmy: 0.12.2-rc.1

      • @Jojonintendo@lemmy.ml
        link
        fedilink
        23 years ago

        Thanks, now the images can be pulled. However I get an error with the lemmy_lemmy-ui_1 container:

        note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
        thread 'main' panicked at 'Failed to load settings file: LemmyError { inner: No such file or directory (os error 2) }', crates/utils/src/settings/mod.rs:12:34
        

        The other containers don’t show any error, but the website doesn’t load. Should I open a bug on github?

        • DessalinesOPM
          link
          fedilink
          23 years ago

          That’s not lemmy ui, its lemmy. And that means you’re missing the lemmy.hjson file. Open up an issue on github with the install guide you are following, as well as the logs.

    • DessalinesOPM
      link
      fedilink
      23 years ago

      I’ll try to redo the build, drone seems to be failing the ARM builds rn.

      • @Jojonintendo@lemmy.ml
        link
        fedilink
        13 years ago

        This is with the docker-compose.yml config, set to pull the 0.12.1 build. But apparently it’s not yet live.