As we are running the latest and greatest Beta currently. This post will be a list of all known bugs & fun things that we are dealing with.

Please comment if you have a bug so we can help make the next Lemmy version.

Known Bugs

  • Video links are not embeddable when they have a thumbnail. Issue: (UI-#2418)
  • FIXED: Local and All pagination (Clicking Next) results in 25-30 seconds load times. Issue: (Lemmy-#4618)
  • Federation with LemmyWorld
    • We have created a server in Amsterdam which is close enough to LemmyWorld where we can ingest all of the Activities, and then batch-send them to Reddthat. Currently it is performing very well. It is still early in testing but all signs point to solving our activity backlog issue!
  • Private messages are broken #2439-ui
  • e0qdk
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    1 month ago

    This might just be a mlmym issue, but I’ve noticed that posts in profiles are in a jumbled order. e.g. a comment I made a week ago is on the second page of my profile while posts from months ago are on the first page… https://old.reddthat.com/u/e0qdk

    I’ve also noticed that where it says "<thread title> by <username> in <community>" lists the wrong username. It shows the username of the profile you’re viewing when it should be showing the username of who made the thread. (That’s definitely a mlmym issue though and not a new one – it’s just been bugging me.)

    Edit: Found another bug while posting this. "<thread title> by <username> in <community>" when posted without backticks gets rendered as " in ". i.e. everything in angle brackets is removed instead of being escaped. It gets replaced by <!-- raw HTML omitted --> in the output. Something’s really wrong there.

    • TiffOPMA
      link
      fedilink
      English
      arrow-up
      3
      ·
      1 month ago

      Hmm… maybe you viewed your profile at the exact time when our database updated the ‘aggregates’? As I can’t seem to replicate that problem.

      https://github.com/rystaf/mlmym/blob/ba4b330ca05df00a74817ed49ca71ea8848c4614/templates/activities.html#L13 it has been hardcoded to whatever user you are viewing. 'Cause technically (I guess?) the comment is by username. I agree it does not make much sense. (Submitted an issue on mlmym for you)

      • e0qdk
        link
        fedilink
        English
        arrow-up
        2
        ·
        1 month ago

        The problem still shows up on my profile (including if I view it logged out) and the order is persistent until I comment – but still jumbled afterwards. e.g. right before posting this “Penguins in the Bathroom [Penguindrum]” is at the bottom of the first page despite being a post I made 4 months ago, and right above it is “It’s just one of those days… [Nichijou]” from just under two months ago with a screenshot from Nichijou as a comment just above that – but my comments on things like the Kendama Core post and the April Fool’s Day Shrek thread are on the second page despite being much more recent.

        Looking at your profile right now as well, I see a comment on “Frequent short downtimes lately?” from 8 months ago at the bottom of the first page while your comment about Meta’s Threads from 2 weeks ago is at the top the second page.

        Looking at it logged out, it seems like it’s trying to sort user profiles by Hot by default. I didn’t notice that before since I have default sort set to New – which it definitely is not doing for profiles even though it adds it to the URL. (I’m not sure if it’s actually the Hot sort though – it might be ignoring that too…)

        (Submitted an issue on mlmym for you)

        Thanks. My ability to interact with Github is limited since I absolutely refuse to give Microsoft my phone number.