hometown-fork / hometown

A supported fork of Mastodon that provides local posting and a wider range of content types.
GNU Affero General Public License v3.0
743 stars 55 forks source link

Add option to keep local-only posts on auto-delete #1227

Closed dariusk closed 1 year ago

dariusk commented 1 year ago

This adds a keep_local column to the account_statuses_cleanup_policy table in the database. There is a new checkbox in the preferences for automatic post deletion, and when calculating which statuses to delete there is now a filter for without_local_scope.

Fixes #1187