Wall postings need to be treated especially as well.

pull/4264/head
Michael 2018-01-17 14:09:24 +00:00
parent 2df5a14ce5
commit 947a1b894f
1 changed files with 1 additions and 1 deletions

View File

@ -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()],