aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/zot.php7
-rw-r--r--install/update.php3
2 files changed, 0 insertions, 10 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.
diff --git a/install/update.php b/install/update.php
index ca4e90a9d..ace5239b5 100644
--- a/install/update.php
+++ b/install/update.php
@@ -1885,6 +1885,3 @@ function update_r1155() {
return UPDATE_FAILED;
}
-function update_r1155() {
- return UPDATE_SUCCESS;
-}