diff options
Diffstat (limited to 'include/zot.php')
-rw-r--r-- | include/zot.php | 7 |
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. |