mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 07:53:49 +08:00
FEATURE: Clean up PostReplyKey
records.
* Default retention of 90 days.
This commit is contained in:
@ -85,6 +85,7 @@ module Email
|
||||
|
||||
if message_template == :email_reject_old_destination
|
||||
template_args[:short_url] = e.message
|
||||
template_args[:number_of_days] = SiteSetting.disallow_reply_by_email_after_days
|
||||
end
|
||||
|
||||
if message_template
|
||||
|
Reference in New Issue
Block a user