revert for now
This commit is contained in:
parent
07e8fe1b1c
commit
3fdf1ac458
@ -430,16 +430,16 @@ function notifier_run($argv, $argc){
|
|||||||
$uplink = true;
|
$uplink = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// FIXME - make sure this is complete (the other uplink) and check before enabling
|
||||||
if((! $top_level_post) && (! $relay_to_owner) && (! $uplink) && ($cmd !== 'relay')) {
|
// if((! $top_level_post) && (! $relay_to_owner) && (! $uplink) && ($cmd !== 'relay')) {
|
||||||
|
|
||||||
// We've been asked to deliver a comment, but it isn't being sent upstream
|
// We've been asked to deliver a comment, but it isn't being sent upstream
|
||||||
// and the owner isn't delivering it downstream. This is totally unexpected
|
// and the owner isn't delivering it downstream. This is totally unexpected
|
||||||
// and shouldn't happen. We will also not allow it to happen.
|
// and shouldn't happen. We will also not allow it to happen.
|
||||||
|
|
||||||
logger('Comment being processed with unspecific routing.');
|
// logger('Comment being processed with unspecific routing.');
|
||||||
return;
|
// return;
|
||||||
}
|
// }
|
||||||
|
|
||||||
if(($relay_to_owner || $uplink) && ($cmd !== 'relay')) {
|
if(($relay_to_owner || $uplink) && ($cmd !== 'relay')) {
|
||||||
logger('notifier: followup relay', LOGGER_DEBUG);
|
logger('notifier: followup relay', LOGGER_DEBUG);
|
||||||
|
@ -1 +1 @@
|
|||||||
2015-05-26.1044
|
2015-05-27.1045
|
||||||
|
Reference in New Issue
Block a user