forked from GNUsocial/gnu-social
disabling auto-backlog-importer on subscribe
This commit is contained in:
parent
0b75eaed92
commit
10f17efc4f
@ -121,9 +121,9 @@ class PushCallbackAction extends Action
|
|||||||
|
|
||||||
if (!$renewal) {
|
if (!$renewal) {
|
||||||
// Kickstart the feed by importing its most recent backlog
|
// Kickstart the feed by importing its most recent backlog
|
||||||
// FIXME: Send this to background queue handling
|
// FIXME: Disabled until we can either limit the amount and/or send to background queue handling
|
||||||
common_log(LOG_INFO, __METHOD__ . ': Confirmed a new subscription, importing backlog...');
|
//common_log(LOG_INFO, __METHOD__ . ': Confirmed a new subscription, importing backlog...');
|
||||||
$feedsub->importFeed();
|
//$feedsub->importFeed();
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
common_log(LOG_INFO, __METHOD__ . ": unsub confirmed; deleting sub record for $topic");
|
common_log(LOG_INFO, __METHOD__ . ": unsub confirmed; deleting sub record for $topic");
|
||||||
|
Loading…
Reference in New Issue
Block a user