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:
@@ -13,7 +13,8 @@ class UserOptionSerializer < ApplicationSerializer
|
||||
:automatically_unpin_topics,
|
||||
:edit_history_public,
|
||||
:auto_track_topics_after_msecs,
|
||||
:new_topic_duration_minutes
|
||||
:new_topic_duration_minutes,
|
||||
:email_previous_replies
|
||||
|
||||
|
||||
def include_edit_history_public?
|
||||
|
||||
Reference in New Issue
Block a user