mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-08 10:59:15 +00:00
add global option DIGEST_ENABLE
This commit is contained in:
@@ -2380,6 +2380,8 @@
|
||||
|
||||
function send_headlines_digests($link, $limit = 100) {
|
||||
|
||||
if (!DIGEST_ENABLE) return false;
|
||||
|
||||
$user_limit = DIGEST_EMAIL_LIMIT;
|
||||
$days = DIGEST_DAYS_BACK;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user