lemmy icon indicating copy to clipboard operation
lemmy copied to clipboard

after 30 days, replace comment.content and post.body with 'Deleted'

Open vijaykramesh opened this issue 1 year ago • 1 comments

fixes #2977

on server startup, and then with a daily scheduler thread -

check for all posts & comments where deleted = true && updated < 30 days ago && body/content != "Deleted" and sets it to "Deleted"

this way deletes for comments & posts get federated after 30 days by default.

vijaykramesh avatar Jun 20 '23 06:06 vijaykramesh

You have some conflicts, need to rebase with latest main branch.

Nutomic avatar Jun 20 '23 14:06 Nutomic