diff --git a/src/Content/Conversation.php b/src/Content/Conversation.php index 4175398a64..ec275af06a 100644 --- a/src/Content/Conversation.php +++ b/src/Content/Conversation.php @@ -659,10 +659,6 @@ class Conversation continue; } - /// @todo Check if this call is needed or not - $arr = ['item' => $item]; - Hook::callAll('display_item', $arr); - $item['pagedrop'] = $pagedrop; if ($item['gravity'] == ItemModel::GRAVITY_PARENT) {