This website contains age-restricted materials including nudity and explicit depictions of sexual activity.
By entering, you affirm that you are at least 18 years of age or the age of majority in the jurisdiction you are accessing the website from and you consent to viewing sexually explicit content.
Wait, can you serioisly not delete comments with Thunder or am I blind,
The alternatives were mentioned in the episode, but they aren’t on this website. This was from the last section, which was something along the lines of “if you absolutely need to use their products, you can still have some impact. Here is a memorable website you can link people to”
Android Thunder. Three dots below message you wrote. Delete at bottom.
Note that short of deleting your account, messages aren’t deleted with Lemmy. They’re marked hidden in the html. You can see them with view source.
The
permadelete_for_creator
function (called by thepurge_user_account
function, which is called by thedelete_user_account
handler when delete content is true) updates every comment of the user to contain the predefined text “Permanently Deleted”.delete_user_account
: https://github.com/LemmyNet/lemmy/blob/493734d1b3b60587208d56049e9c14b815c5d8d1/crates/api_crud/src/user/delete.rs#L35purge_user_account
: https://github.com/LemmyNet/lemmy/blob/493734d1b3b60587208d56049e9c14b815c5d8d1/crates/api_common/src/utils.rs#L963permadelete_for_creator
: https://github.com/LemmyNet/lemmy/blob/493734d1b3b60587208d56049e9c14b815c5d8d1/crates/db_schema/src/impls/comment.rs#L34thanks, is there any app that implements this function?
Thunder has a “Delete Account” option in the account settings.
That’s kinda misleading if it says delete but doesn’t really do so.