aboutsummaryrefslogtreecommitdiffstats
path: root/include/notifier.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-05-27 16:01:51 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-05-27 16:01:51 -0700
commit3ecc9efd8d22caf3317876ff8d79cffa52f75513 (patch)
treeccbdf3f1c112d151ceee79b57689cf970630d1a2 /include/notifier.php
parent3fdf1ac458303fa01aeb4c75cb579affb381de91 (diff)
downloadvolse-hubzilla-3ecc9efd8d22caf3317876ff8d79cffa52f75513.tar.gz
volse-hubzilla-3ecc9efd8d22caf3317876ff8d79cffa52f75513.tar.bz2
volse-hubzilla-3ecc9efd8d22caf3317876ff8d79cffa52f75513.zip
fix for forked thread on diaspora
Diffstat (limited to 'include/notifier.php')
-rw-r--r--include/notifier.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/notifier.php b/include/notifier.php
index c99625a57..46f9eb1de 100644
--- a/include/notifier.php
+++ b/include/notifier.php
@@ -430,17 +430,6 @@ function notifier_run($argv, $argc){
$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')) {
-
- // 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;
-// }
-
if(($relay_to_owner || $uplink) && ($cmd !== 'relay')) {
logger('notifier: followup relay', LOGGER_DEBUG);
$recipients = array(($uplink) ? $parent_item['source_xchan'] : $parent_item['owner_xchan']);