jointhefediverse.net - Why was Lemmy removed from the list of fediverse alternatives?

submitted by

github.com/jointhefediverse-net/jointhefedivers…

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

295

Back to main discussion

This is all quite old drama, and the issue itself is fixed now, but at one point someone kicked off about how if you uploaded a picture to Lemmy, there was no easy way to delete it (you could delete your post, but the image would still be there at whatever URL was created for it, and it wasn't even that easy for admins to find and remove it) - so I'm guessing that it stems from that.

Deleted by moderator

 reply
5

Source? I did a cursory search for "GDPR" on the GitHub issues and can't find anything like that.

Anyway, this seems to be their more recent stance:

For the future, any GDPR compliance advice needs to come from a lawyer, not from random non-lawyers interpreting what they think is correct.

https://github.com/LemmyNet/lemmy/issues/4540#issuecomment-2018920191

Deleted by moderator

 reply
3

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.