I found a way to retrieve the text of comments deleted by user or mod. I don't think it is an issue of federated instances not respecting the deletion.

Is it a bug?

Or is "deleting" always really just "hiding"?

  • chickentendrils [any, comrade/them]
    ·
    3 months ago

    That probably worked for some, I pushshift's API returned just the latest revision and a timestamp it was edited at. For forums I archive, I store every event. If it's a small enough edit (using difflib I think) then I store the deltas. If it overwrote most of the comment I store the latest non-overwritten one and mark it as having been overwritten with the last event time on the comment.

    Text is tiny, and with federation it's trivial to scrape but even centralized forums barely impede data archival.

    • glans [it/its]
      hexagon
      ·
      3 months ago

      Ya but it's unusual to be doing that.

      In tests I was able to retrieve the text of comments deleted a year ago, when I had never even participated in lemmy. Certainly I have no archive of anything and if I did it wouldn't extend so far back.

      I think it's fair to allow people to get rid of the low-hanging fruit if they want. Even though the internet is forever. Depending on the threat model, it might be good enough.