aboutsummaryrefslogtreecommitdiffstats
path: root/include/notifier.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-09-14 16:05:58 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-09-14 16:05:58 -0700
commit8fb4f376702ad3d4417bb2c4d8937a9911cb56ca (patch)
tree8b2542a1d259bcf12967959a58e3bfa49397200f /include/notifier.php
parentec1d6d537ef36f0fb0b783edb39ccbbc27ff0e5f (diff)
downloadvolse-hubzilla-8fb4f376702ad3d4417bb2c4d8937a9911cb56ca.tar.gz
volse-hubzilla-8fb4f376702ad3d4417bb2c4d8937a9911cb56ca.tar.bz2
volse-hubzilla-8fb4f376702ad3d4417bb2c4d8937a9911cb56ca.zip
remove xchan_instance_url - it needs to be an abook field, not an xchan field
Diffstat (limited to 'include/notifier.php')
-rw-r--r--include/notifier.php14
1 files changed, 0 insertions, 14 deletions
diff --git a/include/notifier.php b/include/notifier.php
index 62aea4106..3008a44a2 100644
--- a/include/notifier.php
+++ b/include/notifier.php
@@ -486,20 +486,6 @@ function notifier_run($argv, $argc){
if($details) {
foreach($details as $d) {
- // If the recipient is federated from a traditional network they won't be able to
- // handle nomadic identity. If we're publishing from a site that they aren't
- // directly connected with, ignore them.
-
- // FIXME: make sure we run through a notifier loop on the hub they're connected
- // with if this post comes in from a different hub - so that we will deliver to them.
-
- // On the down side, these channels will stop working if the hub they connected with
- // goes down permanently, as they are (doh) not nomadic.
-
- if(($d['xchan_instance_url']) && ($d['xchan_instance_url'] != z_root()))
- continue;
-
-
$recip_list[] = $d['xchan_addr'] . ' (' . $d['xchan_hash'] . ')';
if($private)
$env_recips[] = array('guid' => $d['xchan_guid'],'guid_sig' => $d['xchan_guid_sig'],'hash' => $d['xchan_hash']);