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)
Good News: This will be fixed VERY SOON! PR: #4662
- 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
I’m not sure where this change is coming from (I don’t see a version number update listed), but dark mode in mlmym seems to have very suddenly changed just a few minutes before I posted this –
<link rel="stylesheet" href="/_/static/dark.css?v=0.0.40%0a" media="(prefers-color-scheme:dark)">
is missing from updated pages leading to things like the envelope being bright white when it was a nice subtle grey before.Edit: It seems like this was also paired with adding the class “dark” to the body, but this is not equivalent to the old appearance. (Removing
class="dark"
from the body and adding the old CSS link back reverts the styling change as far as I can tell.)👀
👀
Reverted 😓
As I was looking at mlmym’s docs, I thought I had forgot to turn dark mode on
Thanks! It looks the way I’m used to again now.
Maybe that option is supposed to make the default view dark mode? I don’t know why it would do things differently than enabling dark mode myself in settings, but I guess it does.