Why YSK: On reddit only the body was editable, so by knowing this you won’t need to delete or resubmit due to wrong URL, typo, etc.

  • LeZero@lemmy.world
    link
    fedilink
    arrow-up
    36
    arrow-down
    1
    ·
    1 year ago

    Maybe the lemmy devs could implement some sort of versioning system for post, where you could see each edit (like commits) chronologically.

    It would remove some of the scummy unintended uses people are already talking about

    • Paradox@lemdro.id
      link
      fedilink
      arrow-up
      9
      ·
      1 year ago

      I’m a big fan of how Discourse handles it. If the post edit is larger than a threshold (iirc damerau-levenshtein distance) and after a short period of it’s creation, the diff is saved. Clicking the edit pencil on a post let’s you view all the revisions of a post

      Moderators have the ability to “squash” the edits down and hide them, in the event that they’re removing pii or something like that

      Amusingly, jedberg wrote the distance checking function into reddit ages ago, to make the edited mark less sensitive to minor typo corrections, but the patch seemingly got removed a short while after it was added. For a brief period, you could edit punctuation and small spelling mistakes and not get the edit badge