approver pruner: send weekly warning dmails to inactive approvers.
Send weekly warning dmails to approvers in danger of losing their approver permissions. Don't send warnings if we're more than three weeks away from demotion so that approvers aren't warned prematurely.
This commit is contained in:
@@ -21,6 +21,7 @@ module DanbooruMaintenance
|
||||
def weekly
|
||||
safely { UserPasswordResetNonce.prune! }
|
||||
safely { TagRelationshipRetirementService.find_and_retire! }
|
||||
safely { ApproverPruner.dmail_inactive_approvers! }
|
||||
end
|
||||
|
||||
def monthly
|
||||
|
||||
Reference in New Issue
Block a user