mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: allow users to control how many previous replies they get
- always means we always send previous replies with every email - never means we do not - "unless previously sent" ... is the default, in which we only email you each reply once The default_email_previous_replies site setting can control this toggle
This commit is contained in:
@@ -20,7 +20,8 @@ class UserUpdater
|
||||
:automatically_unpin_topics,
|
||||
:digest_after_days,
|
||||
:new_topic_duration_minutes,
|
||||
:auto_track_topics_after_msecs
|
||||
:auto_track_topics_after_msecs,
|
||||
:email_previous_replies
|
||||
]
|
||||
|
||||
def initialize(actor, user)
|
||||
|
||||
Reference in New Issue
Block a user