mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 05:35:55 +00:00
implement preferred time for sending out digests
This commit is contained in:
@@ -8,7 +8,9 @@ class Backend extends Handler {
|
||||
}
|
||||
|
||||
function digestSend() {
|
||||
send_headlines_digests($this->link);
|
||||
define('PREFS_NO_CACHE', true);
|
||||
|
||||
send_headlines_digests($this->link, 100, true);
|
||||
}
|
||||
|
||||
function help() {
|
||||
|
||||
Reference in New Issue
Block a user