diff options
author | friendica <info@friendica.com> | 2012-07-18 05:00:59 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-07-18 05:00:59 -0700 |
commit | 0400779b43525de44dab7d076aa184d634aba0f2 (patch) | |
tree | 8c1fdeef57335453621bdff74413d63cf0724227 /mod/pubsub.php | |
parent | d683df17bd530739bc64c79f152957ab229b6a02 (diff) | |
download | volse-hubzilla-0400779b43525de44dab7d076aa184d634aba0f2.tar.gz volse-hubzilla-0400779b43525de44dab7d076aa184d634aba0f2.tar.bz2 volse-hubzilla-0400779b43525de44dab7d076aa184d634aba0f2.zip |
remove some d* extraneous bullshit
Diffstat (limited to 'mod/pubsub.php')
-rw-r--r-- | mod/pubsub.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/mod/pubsub.php b/mod/pubsub.php index 64fbda289..33d26d553 100644 --- a/mod/pubsub.php +++ b/mod/pubsub.php @@ -135,12 +135,6 @@ function pubsub_post(&$a) { $contact = $r[0]; - // we have no way to match Diaspora guid's with atom post id's and could get duplicates. - // we'll assume that direct delivery is robust (and this is a bad assumption, but the duplicates are messy). - - if($r[0]['network'] === NETWORK_DIASPORA) - hub_post_return(); - $feedhub = ''; require_once('include/items.php'); |