diff --git a/src/Model/Item.php b/src/Model/Item.php index 292301a4e9..efcf05ad6a 100644 --- a/src/Model/Item.php +++ b/src/Model/Item.php @@ -356,6 +356,10 @@ class Item extends BaseObject } } + if (!empty($item['thr-parent'])) { + $item['parent-uri'] = $item['thr-parent']; + } + if (x($item, 'gravity')) { $item['gravity'] = intval($item['gravity']); } elseif ($item['parent-uri'] === $item['uri']) {