Skip to content
Snippets Groups Projects
Unverified Commit 02dbc59c authored by Claire's avatar Claire Committed by GitHub
Browse files

Add option to automatically delete toots after one week (#17691)

Fixes #17658
parent 6d3fa782
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,7 @@ class AccountStatusesCleanupPolicy < ApplicationRecord
include Redisable
ALLOWED_MIN_STATUS_AGE = [
1.week.seconds,
2.weeks.seconds,
1.month.seconds,
2.months.seconds,
......
......@@ -1487,6 +1487,7 @@ en:
'2629746': 1 month
'31556952': 1 year
'5259492': 2 months
'604800': 1 week
'63113904': 2 years
'7889238': 3 months
min_age_label: Age threshold
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment