aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-05-27 01:49:47 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-05-27 01:49:47 -0700
commit3fdf1ac458303fa01aeb4c75cb579affb381de91 (patch)
treee9259075fd25055831058e55b4a46d12892d60b3 /include
parent07e8fe1b1cbd3a9fbddb95b85c1b372de7fb6e85 (diff)
downloadvolse-hubzilla-3fdf1ac458303fa01aeb4c75cb579affb381de91.tar.gz
volse-hubzilla-3fdf1ac458303fa01aeb4c75cb579affb381de91.tar.bz2
volse-hubzilla-3fdf1ac458303fa01aeb4c75cb579affb381de91.zip
revert for now
Diffstat (limited to 'include')
-rw-r--r--include/notifier.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/notifier.php b/include/notifier.php
index c89c756d9..c99625a57 100644
--- a/include/notifier.php
+++ b/include/notifier.php
@@ -430,16 +430,16 @@ function notifier_run($argv, $argc){
$uplink = true;
}
-
- if((! $top_level_post) && (! $relay_to_owner) && (! $uplink) && ($cmd !== 'relay')) {
+// FIXME - make sure this is complete (the other uplink) and check before enabling
+// 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
// and the owner isn't delivering it downstream. This is totally unexpected
// and shouldn't happen. We will also not allow it to happen.
- logger('Comment being processed with unspecific routing.');
- return;
- }
+// logger('Comment being processed with unspecific routing.');
+// return;
+// }
if(($relay_to_owner || $uplink) && ($cmd !== 'relay')) {
logger('notifier: followup relay', LOGGER_DEBUG);