How does Lemmy deal with deletion requests for banned accounts? There does not appear to be any built in functionality to make this possible which makes compliance with the law more difficult.

    • Izzy@lemmy.ml
      hexagon
      ·
      edit-2
      1 year ago

      This doesn't work if you are banned as it prevents you from logging in. Being able to log in and not post is a more user friendly banned state and would allow them to delete their account themselves.

      Side question, deleting your account or purging a user would delete all of that users comments correct?

      • Dessalines@lemmy.mlM
        ·
        1 year ago

        Hrm, open an issue on the github if you would.

        Deleting your own account overwrites all your content in the DB with dummy data.

        Purging is an activity done by admins that does an actual database delete. It's very dangerous and should only be done in extreme cases.