Automatically delete replies after N days

Five is high enough to be safe by default IMO. I think this is a good default auto-on.

5 Likes

@vinothkannans I want to get this off your list and it looks like all we need is a tiny change to finish this.

  1. Add skip_auto_delete_reply_likes site setting (default 5)
  2. If this is set to -1 or 0 then no skipping happens.

Then we can close this.

2 Likes

I implemented the site setting in this PR, which was merged a few weeks ago.

https://github.com/discourse/discourse/pull/11562

3 Likes