mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 02:19:27 +08:00
Add min and max to digest topic and post settings. Email clients may truncate messages that are too long.
This commit is contained in:
parent
a31a458a67
commit
30fbf6fe81
|
@ -717,8 +717,15 @@ email:
|
|||
digest_topics:
|
||||
default: 5
|
||||
min: 1
|
||||
digest_posts: 3
|
||||
digest_other_topics: 5
|
||||
max: 20
|
||||
digest_posts:
|
||||
default: 5
|
||||
min: 0
|
||||
max: 20
|
||||
digest_other_topics:
|
||||
default: 5
|
||||
min: 0
|
||||
max: 20
|
||||
suppress_digest_email_after_days:
|
||||
default: 365
|
||||
digest_suppress_categories:
|
||||
|
|
Loading…
Reference in New Issue
Block a user