From: Michael Date: Wed, 17 Jan 2018 14:09:24 +0000 (+0000) Subject: Wall postings need to be treated especially as well. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=947a1b894f07b5c91f780ef8f12b894e681e38bf;p=friendica.git Wall postings need to be treated especially as well. --- diff --git a/src/Model/Item.php b/src/Model/Item.php index 4e8ac6ac7f..aa7f7f4282 100644 --- a/src/Model/Item.php +++ b/src/Model/Item.php @@ -119,7 +119,7 @@ class Item } // When it is our item we don't delete it here, since we have to send delete messages - if ($item['origin']) { + if ($item['origin'] || $item['wall']) { // Set the item to "deleted" dba::update('item', ['deleted' => true, 'title' => '', 'body' => '', 'edited' => datetime_convert(), 'changed' => datetime_convert()],