jointhefediverse.net - Why was Lemmy removed from the list of fediverse alternatives?
jointhefediverse.net seems to be a commonly linked resource for directing people to join the Fediverse.
Curiously, it does not list Lemmy under the list of Reddit alternatives. Their GitHub README explains why.
Previous relevant discussion: https://lemmy.ml/post/78808
I dont know what you mean. If you search for GDPR (including closed tickets) in both the Lemmy and lemmy-ui repos, you’ll see lots of bugs that make running Lemmy illegal for instance admins.
Here’s one particularly egregious example
https://github.com/LemmyNet/lemmy-ui/issues/2384#issuecomment-1978679289
Uhh… The other dev. Yeah, he’s obviously wrong.
He admitted it at the end of the ticket
Unfortunately there was some miscommunication in this issue and we failed to get to the root cause. In fact the Lemmy backend has an option to delete all content when an account is deleted. This used to be the default behaviour but was changed in 0.19 so you need to set a parameter delete_content. We failed to add a checkbox for this parameter to lemmy-ui.
However the checkbox is added now in #2385 and will be included in the next Lemmy release. Other frontends and clients may also need to adjust the delete_account api call.