mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-14 00:50:14 -04:00
FIX: digest emails weren't using user's last emailed and last seen times
This commit is contained in:
parent
ec6b21227e
commit
f18140b81f
1 changed files with 0 additions and 1 deletions
|
@ -53,7 +53,6 @@ class UserNotifications < ActionMailer::Base
|
|||
@base_url = Discourse.base_url
|
||||
|
||||
min_date = opts[:since] || @user.last_emailed_at || @user.last_seen_at || 1.month.ago
|
||||
min_date = 2.month.ago
|
||||
|
||||
@site_name = SiteSetting.title
|
||||
|
||||
|
|
Loading…
Reference in a new issue