From: Art4 Date: Fri, 14 Feb 2025 09:47:30 +0000 (+0000) Subject: Remove not needed hook call X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=85fceaa16e32aae943b98d236094f06f6006dd71;p=friendica.git Remove not needed hook call --- 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) {