From Lemmy documentation:

We don’t delete anything from our database, just hide it from users. Deleted or removed Communities/Posts/Comments have a “restore” button.

But don’t take my word for it. Try it out yourself. You can make a comment, delete the comment (your username appears to remain) and then restore its content.

  • nutomic@lemmy.ml
    link
    fedilink
    arrow-up
    17
    ·
    1 year ago

    This is true, but there are two exceptions: admins have a purge action which permanently deletes content. And like others already said, when you delete your account everything that you posted is permanently deleted.

    • CannotSleep420@lemmygrad.ml
      link
      fedilink
      arrow-up
      4
      ·
      1 year ago

      I could see it being an issue if a user gets permabanned from an instance and wants to delete their content, since they won’t be able to access their account to purge it themself.

  • Dessalines@lemmy.ml
    link
    fedilink
    arrow-up
    10
    ·
    edit-2
    1 year ago

    Besides purging your data (we mention how to do this below), we also have an open-source codebase, so you can verify that the actions are actually deleting your data. I could link the source code for that if you like.

    Reddit does not have this. When they tell you they deleted your data, its a “just trust us” from an extremely untrustworthy company.

  • Melody Fwygon@lemmy.one
    link
    fedilink
    English
    arrow-up
    8
    ·
    1 year ago

    This isn’t too much different from how reddit works; nothing that’s “Deleted” is gone unless it’s actually hard deleted (purged) from the site.

    It’s that way for a reason…so that appropriate moderators and admins can see behavior overall when appropriate.

    For example on reddit if I “remove” your post from my subreddit (that I moderate); I can still see the post contents. The post is “[ removed ]” to the public eye; but still exists.

    However; if you “delete” your post; it appears to me as a subreddit moderator, and to the public in general as “[ deleted ]”

    I cannot be certain if reddit admins can see deleted posts/content on reddit.com; as I am not one.

    It however appears that Lemmy takes one more logical step that aligns more with modern privacy expectations; and that’s to expose to the user that when they “delete” their own post that it can still be “undeleted” by either themselves or someone else who is authorized, like an Admin.

  • CannotSleep420@lemmygrad.ml
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 year ago

    You should open an issue on the github repo. IIRC deleting your own account should purge data, but posts and comments that are removed by mods will be kept in the database to possibly be restored unless they also decide to purge it.