mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-26 00:37:12 +00:00
add option to disable PUSH client support globally (closes #340
This commit is contained in:
@@ -777,7 +777,7 @@
|
||||
return; // no articles
|
||||
}
|
||||
|
||||
if ($pubsub_state != 2) {
|
||||
if ($pubsub_state != 2 && PUBSUBHUBBUB_ENABLED) {
|
||||
|
||||
if ($debug_enabled) _debug("update_rss_feed: checking for PUSH hub...");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user