glitch-soc / mastodon

A glitchy but lovable microblogging server
https://glitch-soc.github.io/docs/
GNU Affero General Public License v3.0
690 stars 184 forks source link

(Option to) Change Automated Post Deletion to Automated Post Archiving #2728

Open TomCasavant opened 4 months ago

TomCasavant commented 4 months ago

Pitch

Right now I've got my mastodon setup to delete posts older than a few months with zero likes, I think I'd prefer if they weren't deleted just set to private.

I'm not aware if ActivityPub generally supports switching privacy on a post after it's already been posted? My other idea would be tell every other server that the post has been deleted but just keep it private locally, that might be bad form though.

Motivation

Mostly so I can still browse my old posts if I want to rather than just being deleted for everyone.

Ember-ruby commented 3 months ago

an option to do something like this would be very nice

i don't think there would be another way to do it without sending a delete to other instances if it's set to only viewable by yourself, as far as other instances are concerned, it's deleted.