From 947a1b894f07b5c91f780ef8f12b894e681e38bf Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 17 Jan 2018 14:09:24 +0000 Subject: [PATCH] Wall postings need to be treated especially as well. --- src/Model/Item.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Model/Item.php b/src/Model/Item.php index 4e8ac6ac7..aa7f7f428 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()],