zot6 deletion issue

This commit is contained in:
zotlabs 2019-06-11 20:22:57 -07:00
parent f3b6708a92
commit b3f1a19db6

View File

@ -1570,7 +1570,7 @@ class Activity {
$s['verb'] = self::activity_decode_mapper($act->type);
if($act->type === 'Tombstone' || ($act->type === 'Create' && $act->obj['type'] === 'Tombstone')) {
if($act->type === 'Tombstone' || $act-type === 'Delete' || ($act->type === 'Create' && $act->obj['type'] === 'Tombstone')) {
$s['item_deleted'] = 1;
}