]> git.mxchange.org Git - friendica.git/commitdiff
Remove not needed hook call
authorArt4 <art4@wlabs.de>
Fri, 14 Feb 2025 09:47:30 +0000 (09:47 +0000)
committerArt4 <art4@wlabs.de>
Fri, 14 Feb 2025 09:47:30 +0000 (09:47 +0000)
src/Content/Conversation.php

index 4175398a64a2534bf310108ebf5e4c780fb0e32c..ec275af06a65df2990672cf527e101c02087adb8 100644 (file)
@@ -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) {