aboutsummaryrefslogtreecommitdiffstats
path: root/include/zot.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-09-28 19:07:31 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-09-28 19:07:31 -0700
commit5c526995d8534465602775dfddebd8d77855d2e2 (patch)
tree2285e6d7ae960853a72642bb5a76c8abba304464 /include/zot.php
parent50ee82e8bd031abe969ad304233cfdb9849bdac6 (diff)
downloadvolse-hubzilla-5c526995d8534465602775dfddebd8d77855d2e2.tar.gz
volse-hubzilla-5c526995d8534465602775dfddebd8d77855d2e2.tar.bz2
volse-hubzilla-5c526995d8534465602775dfddebd8d77855d2e2.zip
resolve conflicts
Diffstat (limited to 'include/zot.php')
-rw-r--r--include/zot.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/zot.php b/include/zot.php
index eaaf30fff..ef9f325d0 100644
--- a/include/zot.php
+++ b/include/zot.php
@@ -1593,13 +1593,6 @@ function process_delivery($sender, $arr, $deliveries, $relay, $public = false, $
continue;
}
-
- if($d['hash'] === $sender['hash']) {
- $DR->update('self delivery ignored');
- $result[] = $DR->get();
- continue;
- }
-
// allow public postings to the sys channel regardless of permissions, but not
// for comments travelling upstream. Wait and catch them on the way down.
// They may have been blocked by the owner.