From 7dd61c05dcf169807aed91d305ea235bcaa9035e Mon Sep 17 00:00:00 2001 From: redmatrix Date: Tue, 22 Sep 2015 04:39:36 -0700 Subject: allow self delivery until we figure out why clone sync of posted items isn't doing it's thing --- include/zot.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'include/zot.php') diff --git a/include/zot.php b/include/zot.php index adeedd42e..4b4be477f 100644 --- a/include/zot.php +++ b/include/zot.php @@ -1583,11 +1583,12 @@ function process_delivery($sender, $arr, $deliveries, $relay, $public = false, $ $DR->addto_recipient($channel['channel_name'] . ' <' . $channel['channel_address'] . '@' . get_app()->get_hostname() . '>'); - if($d['hash'] === $sender['hash']) { - $DR->update('self delivery ignored'); - $result[] = $DR->get(); - continue; - } +// uncomment this once we find out what's stopping the clone sync of the item from working +// 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 -- cgit v1.2.3