mirror of
https://github.com/discourse/discourse.git
synced 2025-09-05 08:59:27 +08:00
FEATURE: add "email in-reply-to user option"
We no longer include previous replies as "context", instead we include and excerpt of the post being replied to at the bottom of notifications, this information was previously missing. Users may opt in to emailing previous replies if they wish or opt out of "in-reply-to" which makes sense in some email clients that are smarter about displaying a tree of replies.
This commit is contained in:
parent
a01b2a48d5
commit
820a435af8
14 changed files with 92 additions and 36 deletions
|
@ -14,7 +14,8 @@ class UserOptionSerializer < ApplicationSerializer
|
|||
:edit_history_public,
|
||||
:auto_track_topics_after_msecs,
|
||||
:new_topic_duration_minutes,
|
||||
:email_previous_replies
|
||||
:email_previous_replies,
|
||||
:email_in_reply_to
|
||||
|
||||
|
||||
def include_edit_history_public?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue